BatchAccountCreateParameters.PoolAllocationMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於在 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'