次の方法で共有


ManagedServiceIdentityType 列挙型

定義

ManagedServiceIdentityType の値を定義します。

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

フィールド

None 0
SystemAssigned 1
SystemAssignedUserAssigned 3
UserAssigned 2

適用対象