다음을 통해 공유


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

적용 대상