Class ActiveDirectoryPropertiesAccountType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ActiveDirectoryPropertiesAccountType>
com.azure.resourcemanager.storage.models.ActiveDirectoryPropertiesAccountType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ActiveDirectoryPropertiesAccountType
extends com.azure.core.util.ExpandableStringEnum<ActiveDirectoryPropertiesAccountType>
Specifies the Active Directory account type for Azure Storage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActiveDirectoryPropertiesAccountTypeStatic value Computer for ActiveDirectoryPropertiesAccountType.static final ActiveDirectoryPropertiesAccountTypeStatic value User for ActiveDirectoryPropertiesAccountType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ActiveDirectoryPropertiesAccountType from its string representation.values()Gets known ActiveDirectoryPropertiesAccountType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
USER
Static value User for ActiveDirectoryPropertiesAccountType. -
COMPUTER
Static value Computer for ActiveDirectoryPropertiesAccountType.
-
-
Constructor Details
-
ActiveDirectoryPropertiesAccountType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ActiveDirectoryPropertiesAccountType value.
-
-
Method Details
-
fromString
Creates or finds a ActiveDirectoryPropertiesAccountType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ActiveDirectoryPropertiesAccountType.
-
values
Gets known ActiveDirectoryPropertiesAccountType values.- Returns:
- known ActiveDirectoryPropertiesAccountType values.
-
fromString(String)factory method.