IdentityType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<IdentityType>
      • com.microsoft.azure.management.sql.IdentityType

public class IdentityType

Defines values for IdentityType.

Field Summary

Modifier and Type Field and Description
final IdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for IdentityType.

Method Summary

Modifier and Type Method and Description
IdentityType fromString(String name)

Creates or finds a IdentityType from its string representation.

Collection<IdentityType> values()

Field Details

SYSTEM_ASSIGNED

public static final IdentityType SYSTEM_ASSIGNED= fromString("SystemAssigned")

Static value SystemAssigned for IdentityType.

Method Details

fromString

public static IdentityType fromString(String name)

Creates or finds a IdentityType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding IdentityType

values

public static Collection values()

Returns:

known IdentityType values

Applies to