共用方式為


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

適用於