StorageAutogrow Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mysql. models. StorageAutogrow
- com.
- com.
public final class StorageAutogrow
extends ExpandableStringEnum<StorageAutogrow>
Defines values for StorageAutogrow.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Storage |
DISABLED
Static value Disabled for Storage |
|
static final
Storage |
ENABLED
Static value Enabled for Storage |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| StorageAutogrow() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromString(String name)
Creates or finds a Storage |
|
static
Collection<Storage |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final StorageAutogrow DISABLED
Static value Disabled for StorageAutogrow.
ENABLED
public static final StorageAutogrow ENABLED
Static value Enabled for StorageAutogrow.
Constructor Details
StorageAutogrow
public StorageAutogrow()
Method Details
fromString
public static StorageAutogrow fromString(String name)
Creates or finds a StorageAutogrow from its string representation.
Parameters:
Returns:
values
public static Collection<StorageAutogrow> values()
Returns: