BatchAccountCreateParameters.PoolAllocationMode 속성

정의

Batch 계정에서 풀을 만드는 데 사용할 할당 모드를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

풀 할당 모드는 클라이언트가 Batch 서비스 API에 인증하는 방법에도 영향을 줍니다. 모드가 BatchService인 경우 클라이언트는 액세스 키 또는 Azure Active Directory를 사용하여 인증할 수 있습니다. 모드가 UserSubscription인 경우 클라이언트는 Azure Active Directory를 사용해야 합니다. 기본값은 BatchService입니다. 가능한 값은 'BatchService', 'UserSubscription'입니다.

적용 대상