Share via


PoolAllocationMode 列舉

定義

定義 PoolAllocationMode 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PoolAllocationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PoolAllocationMode = 
Public Enum PoolAllocationMode
繼承
PoolAllocationMode
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

BatchService 0

集區將會配置於 Batch 服務所擁有的訂用帳戶中。

UserSubscription 1

集區將會配置在使用者所擁有的訂用帳戶中。

適用於