ManagedServiceIdentityType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.appservice.models.ManagedServiceIdentityType

public enum ManagedServiceIdentityType
extends Enum<ManagedServiceIdentityType>

Type of managed service identity.

Fields

NONE

Enum value None.

SYSTEM_ASSIGNED

Enum value SystemAssigned.

SYSTEM_ASSIGNED_USER_ASSIGNED

Enum value SystemAssigned, UserAssigned.

USER_ASSIGNED

Enum value UserAssigned.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static ManagedServiceIdentityType fromString(String value)

Parses a serialized value to a ManagedServiceIdentityType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed ManagedServiceIdentityType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static ManagedServiceIdentityType valueOf(String name)

Parameters

name
String

Returns

values()

public static ManagedServiceIdentityType[] values()

Returns

Applies to