共用方式為


ResourceIdentityType 列舉

定義

定義 ResourceIdentityType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ResourceIdentityType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ResourceIdentityType = 
Public Enum ResourceIdentityType
繼承
ResourceIdentityType
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

None 3
SystemAssigned 0
SystemAssignedUserAssigned 2
UserAssigned 1

適用於