共用方式為


Pool.AllocationState 屬性

定義

取得集區是否調整大小。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

可能的值包括:'穩定'、'Resizing'、'Stopping'

適用於