共用方式為


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'

適用於