Share via


AssociationContract.ProvisioningState Property

Definition

Gets or sets provisioning state. Possible values include: 'created'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.ApiManagement.Models.ProvisioningState? ProvisioningState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.ApiManagement.Models.ProvisioningState> with get, set
Public Property ProvisioningState As Nullable(Of ProvisioningState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to