Partager via


ICluster.ProvisioningState Property

Definition

The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.ClusterProvisioningState) }, ReadOnly=true, Required=false, SerializedName="provisioningState")]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.ClusterProvisioningState? ProvisioningState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.ClusterProvisioningState) }, ReadOnly=true, Required=false, SerializedName="provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.ClusterProvisioningState>
Public ReadOnly Property ProvisioningState As Nullable(Of ClusterProvisioningState)

Property Value

Attributes

Applies to