次の方法で共有


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

注釈

使用可能な値には、'Steady'、'Resizing'、'Stopping' などがあります。

適用対象