ResourceIdentityType 列挙型

定義

ResourceIdentityType の値を定義します。

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

フィールド

None 2

Batch アカウントには、関連付けられている ID がありません。 更新アカウントで を設定 None すると、既存の ID が削除されます。

SystemAssigned 0

Batch アカウントには、システム割り当て ID が含まれています。

UserAssigned 1

Batch アカウントには、ユーザー割り当て ID があります。

適用対象