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