IdentityType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.search.models.IdentityType

public enum IdentityType
extends Enum<IdentityType>

The identity type.

Fields

NONE

Enum value None.

SYSTEM_ASSIGNED

Enum value SystemAssigned.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static IdentityType fromString(String value)

Parses a serialized value to a IdentityType instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static IdentityType valueOf(String name)

Parameters

name
String

Returns

values()

public static IdentityType[] values()

Returns

Applies to