ManagedServiceIdentityType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 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 |