Class IdentityType

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

public final class IdentityType extends com.microsoft.rest.ExpandableStringEnum<IdentityType>
Defines values for IdentityType.
  • Field Details

    • SYSTEM_ASSIGNED

      public static final IdentityType SYSTEM_ASSIGNED
      Static value SystemAssigned for IdentityType.
  • Constructor Details

    • IdentityType

      public 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<IdentityType> values()
      Returns:
      known IdentityType values