ManagedServiceIdentityType Enum

Definition

Defines values for 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
Inheritance
ManagedServiceIdentityType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

None 3
SystemAssigned 0
SystemAssignedUserAssigned 2
UserAssigned 1

Applies to