ManagedIdentityType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.servicefabric.models.ManagedIdentityType

public enum ManagedIdentityType
extends Enum<ManagedIdentityType>

The type of managed identity for the resource.

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 ManagedIdentityType fromString(String value)

Parses a serialized value to a ManagedIdentityType instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static ManagedIdentityType valueOf(String name)

Parameters

name
String

Returns

values()

public static ManagedIdentityType[] values()

Returns

Applies to