LargeFileSharesState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. LargeFileSharesState
- com.
- com.
public final class LargeFileSharesState
extends ExpandableStringEnum<LargeFileSharesState>
Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Large |
DISABLED
Static value Disabled for Large |
static final
Large |
ENABLED
Static value Enabled for Large |
Constructor Summary
Constructor | Description |
---|---|
LargeFileSharesState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Large |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Large |
fromString(String name)
Creates or finds a Large |
static
Collection<Large |
values()
Gets known Large |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final LargeFileSharesState DISABLED
Static value Disabled for LargeFileSharesState.
ENABLED
public static final LargeFileSharesState ENABLED
Static value Enabled for LargeFileSharesState.
Constructor Details
LargeFileSharesState
@Deprecated
public LargeFileSharesState()
Deprecated
Creates a new instance of LargeFileSharesState value.
Method Details
fromString
public static LargeFileSharesState fromString(String name)
Creates or finds a LargeFileSharesState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known LargeFileSharesState values.
Returns:
Applies to
Azure SDK for Java