次の方法で共有


ManagedIdentityType 列挙型

定義

ManagedIdentityType の値を定義します。

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

フィールド

None 3

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

SystemAssigned 0

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

SystemAssignedUserAssigned 2

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

UserAssigned 1

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

適用対象