Class AdministratorType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AdministratorType>
-
- com.azure.resourcemanager.sql.models.AdministratorType
-
public final class AdministratorType extends com.azure.core.util.ExpandableStringEnum<AdministratorType>
Defines values for AdministratorType.
-
-
Field Summary
Fields Modifier and Type Field Description static AdministratorTypeACTIVE_DIRECTORYStatic value ActiveDirectory for AdministratorType.
-
Constructor Summary
Constructors Constructor Description AdministratorType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AdministratorTypefromString(String name)Creates or finds a AdministratorType from its string representation.static Collection<AdministratorType>values()
-
-
-
Field Detail
-
ACTIVE_DIRECTORY
public static final AdministratorType ACTIVE_DIRECTORY
Static value ActiveDirectory for AdministratorType.
-
-
Method Detail
-
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()
- Returns:
- known AdministratorType values.
-
-