共用方式為


Cluster.ProvisioningState 屬性

定義

取得布建狀態。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public string ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : string
Public ReadOnly Property ProvisioningState As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

叢集的布建狀態。 可能的值為:create - 指定正在建立叢集。 succeeded - 指定已成功建立叢集。 failed - 指定叢集建立失敗。 delete - 指定正在刪除叢集。 可能的值包括:'create'、'succeeded'、'failed'、'刪除'

適用於