次の方法で共有


PoolIdentityType 列挙型

定義

PoolIdentityType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PoolIdentityType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PoolIdentityType = 
Public Enum PoolIdentityType
継承
PoolIdentityType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

None 1

バッチ プールには、関連付けられている ID がありません。 更新プールで を設定 None すると、既存の ID が削除されます。

UserAssigned 0

Batch プールには、ユーザー割り当て ID が含まれています。

適用対象