Class AdministratorType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AdministratorType>
com.azure.resourcemanager.sql.models.AdministratorType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AdministratorType
extends com.azure.core.util.ExpandableStringEnum<AdministratorType>
Type of the sever administrator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AdministratorTypeStatic value ActiveDirectory for AdministratorType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AdministratorTypefromString(String name) Creates or finds a AdministratorType from its string representation.static Collection<AdministratorType> values()Gets known AdministratorType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACTIVE_DIRECTORY
Static value ActiveDirectory for AdministratorType.
-
-
Constructor Details
-
AdministratorType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AdministratorType value.
-
-
Method Details
-
fromString
Creates or finds a AdministratorType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AdministratorType.
-
values
Gets known AdministratorType values.- Returns:
- known AdministratorType values.
-
fromString(String)factory method.