共用方式為


Pool.ProvisioningState 屬性

定義

取得集區的目前狀態。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

可能的值包括:'Succeeded'、'刪除'

適用於