Class LargeFileSharesState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<LargeFileSharesState>
-
- com.azure.resourcemanager.storage.models.LargeFileSharesState
-
public final class LargeFileSharesState extends com.azure.core.util.ExpandableStringEnum<LargeFileSharesState>
Defines values for LargeFileSharesState.
-
-
Field Summary
Fields Modifier and Type Field Description static LargeFileSharesStateDISABLEDStatic value Disabled for LargeFileSharesState.static LargeFileSharesStateENABLEDStatic value Enabled for LargeFileSharesState.
-
Constructor Summary
Constructors Constructor Description LargeFileSharesState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LargeFileSharesStatefromString(String name)Creates or finds a LargeFileSharesState from its string representation.static Collection<LargeFileSharesState>values()
-
-
-
Field Detail
-
DISABLED
public static final LargeFileSharesState DISABLED
Static value Disabled for LargeFileSharesState.
-
ENABLED
public static final LargeFileSharesState ENABLED
Static value Enabled for LargeFileSharesState.
-
-
Method Detail
-
fromString
public static LargeFileSharesState fromString(String name)
Creates or finds a LargeFileSharesState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LargeFileSharesState.
-
values
public static Collection<LargeFileSharesState> values()
- Returns:
- known LargeFileSharesState values.
-
-