Show / Hide Table of Contents

Class SubscriptionState

Inheritance
System.Object
InputArgs
ResourceArgs
SubscriptionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SubscriptionState : ResourceArgs

Constructors

View Source

SubscriptionState()

Declaration
public SubscriptionState()

Properties

View Source

ApiManagementName

The name of the API Management Service where this Subscription should be created. Changing this forces a new resource to be created.

Declaration
public Input<string> ApiManagementName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisplayName

The display name of this Subscription.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrimaryKey

Declaration
public Input<string> PrimaryKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProductId

The ID of the Product which should be assigned to this Subscription. Changing this forces a new resource to be created.

Declaration
public Input<string> ProductId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the Resource Group in which the API Management Service exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecondaryKey

Declaration
public Input<string> SecondaryKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

State

The state of this Subscription. Possible values are active, cancelled, expired, rejected, submitted and suspended. Defaults to submitted.

Declaration
public Input<string> State { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubscriptionId

An Identifier which should used as the ID of this Subscription. If not specified a new Subscription ID will be generated. Changing this forces a new resource to be created.

Declaration
public Input<string> SubscriptionId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserId

The ID of the User which should be assigned to this Subscription. Changing this forces a new resource to be created.

Declaration
public Input<string> UserId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.