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