次の方法で共有


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 0

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

SystemAssigned 1

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

SystemAssignedUserAssigned 3

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

UserAssigned 2

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

適用対象