次の方法で共有


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

プールは、ユーザーが所有するサブスクリプションに割り当てられます。

適用対象