次の方法で共有


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

フィールド

名前 説明
SystemAssigned 0
UserAssigned 1
SystemAssignedUserAssigned 2
None 3

適用対象