共用方式為


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'

適用於