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