다음을 통해 공유


BatchAccount.PoolAllocationMode 속성

정의

Batch 계정에서 풀을 만드는 데 사용할 할당 모드를 가져옵니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

가능한 값은 'BatchService', 'UserSubscription'입니다.

적용 대상