次の方法で共有


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 Service API に対して認証する方法にも影響します。 モードが BatchService の場合、クライアントはアクセス キーまたは Azure Active Directory を使用して認証できます。 モードが UserSubscription の場合、クライアントは Azure Active Directory を使用する必要があります。 既定値は BatchService です。 使用できる値は、'BatchService'、'UserSubscription' です。

適用対象