Class AdministratorType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AdministratorType>
com.azure.resourcemanager.mysqlflexibleserver.models.AdministratorType

public final class AdministratorType extends com.azure.core.util.ExpandableStringEnum<AdministratorType>
Type of the sever administrator.
  • Field Details

    • ACTIVE_DIRECTORY

      public static final AdministratorType ACTIVE_DIRECTORY
      Static value ActiveDirectory for AdministratorType.
  • Constructor Details

    • AdministratorType

      @Deprecated public AdministratorType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AdministratorType value.
  • Method Details

    • fromString

      public static AdministratorType fromString(String name)
      Creates or finds a AdministratorType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AdministratorType.
    • values

      public static Collection<AdministratorType> values()
      Gets known AdministratorType values.
      Returns:
      known AdministratorType values.