Class DirectoryServiceOptions
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DirectoryServiceOptions>
com.azure.resourcemanager.storage.models.DirectoryServiceOptions
public final class DirectoryServiceOptions
extends com.azure.core.util.ExpandableStringEnum<DirectoryServiceOptions>
Indicates the directory service used. Note that this enum may be extended in the future.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DirectoryServiceOptionsStatic value AADDS for DirectoryServiceOptions.static final DirectoryServiceOptionsStatic value AADKERB for DirectoryServiceOptions.static final DirectoryServiceOptionsStatic value AD for DirectoryServiceOptions.static final DirectoryServiceOptionsStatic value None for DirectoryServiceOptions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DirectoryServiceOptionsfromString(String name) Creates or finds a DirectoryServiceOptions from its string representation.static Collection<DirectoryServiceOptions>values()Gets known DirectoryServiceOptions values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for DirectoryServiceOptions. -
AADDS
Static value AADDS for DirectoryServiceOptions. -
AD
Static value AD for DirectoryServiceOptions. -
AADKERB
Static value AADKERB for DirectoryServiceOptions.
-
-
Constructor Details
-
DirectoryServiceOptions
Deprecated.Use thefromString(String)factory method.Creates a new instance of DirectoryServiceOptions value.
-
-
Method Details
-
fromString
Creates or finds a DirectoryServiceOptions from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DirectoryServiceOptions.
-
values
Gets known DirectoryServiceOptions values.- Returns:
- known DirectoryServiceOptions values.
-
fromString(String)factory method.