Share via


ISubscriptionAliasResponse.ProvisioningState Property

Definition

The provisioning state of the resource.

[Microsoft.Azure.PowerShell.Cmdlets.Subscription.PSArgumentCompleter(new System.String[] { "Accepted", "Succeeded", "Failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Create=true, Description="The provisioning state of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="provisioningState", Update=true)]
public string ProvisioningState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.PSArgumentCompleter(new System.String[] { "Accepted", "Succeeded", "Failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Create=true, Description="The provisioning state of the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="provisioningState", Update=true)>]
member this.ProvisioningState : string with get, set
Public Property ProvisioningState As String

Property Value

Attributes

Applies to