Class LargeFileSharesState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LargeFileSharesState>
com.azure.resourcemanager.storage.models.LargeFileSharesState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class LargeFileSharesState
extends com.azure.core.util.ExpandableStringEnum<LargeFileSharesState>
Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LargeFileSharesStateStatic value Disabled for LargeFileSharesState.static final LargeFileSharesStateStatic value Enabled for LargeFileSharesState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LargeFileSharesStatefromString(String name) Creates or finds a LargeFileSharesState from its string representation.static Collection<LargeFileSharesState>values()Gets known LargeFileSharesState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DISABLED
Static value Disabled for LargeFileSharesState. -
ENABLED
Static value Enabled for LargeFileSharesState.
-
-
Constructor Details
-
LargeFileSharesState
Deprecated.Use thefromString(String)factory method.Creates a new instance of LargeFileSharesState value.
-
-
Method Details
-
fromString
Creates or finds a LargeFileSharesState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LargeFileSharesState.
-
values
Gets known LargeFileSharesState values.- Returns:
- known LargeFileSharesState values.
-
fromString(String)factory method.