Share via


IPool.ProvisioningState Property

Definition

The status of the current operation.

[Microsoft.Azure.PowerShell.Cmdlets.Mdp.PSArgumentCompleter(new System.String[] { "Succeeded", "Failed", "Canceled", "Provisioning", "Updating", "Deleting", "Accepted" })]
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="The status of the current operation.", 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.Mdp.PSArgumentCompleter(new System.String[] { "Succeeded", "Failed", "Canceled", "Provisioning", "Updating", "Deleting", "Accepted" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="The status of the current operation.", 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