Share via


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 3

リソースに関連付けられている ID が存在しないか、既存の ID を削除する必要があることを示します。

SystemAssigned 0

システム割り当て ID がリソースに関連付けられていることを示します。

SystemAssignedUserAssigned 2

システムとユーザー割り当て ID がリソースに関連付けられていることを示します。

UserAssigned 1

ユーザー割り当て ID がリソースに関連付けられていることを示します。

適用対象