Class GeoRedundantBackup
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GeoRedundantBackup>
com.azure.resourcemanager.mariadb.models.GeoRedundantBackup
public final class GeoRedundantBackup
extends com.azure.core.util.ExpandableStringEnum<GeoRedundantBackup>
Enable Geo-redundant or not for server backup.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final GeoRedundantBackup
Static value Disabled for GeoRedundantBackup.static final GeoRedundantBackup
Static value Enabled for GeoRedundantBackup. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GeoRedundantBackup
fromString
(String name) Creates or finds a GeoRedundantBackup from its string representation.static Collection<GeoRedundantBackup>
values()
Gets known GeoRedundantBackup values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for GeoRedundantBackup. -
DISABLED
Static value Disabled for GeoRedundantBackup.
-
-
Constructor Details
-
GeoRedundantBackup
Deprecated.Use thefromString(String)
factory method.Creates a new instance of GeoRedundantBackup value.
-
-
Method Details
-
fromString
Creates or finds a GeoRedundantBackup from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding GeoRedundantBackup.
-
values
Gets known GeoRedundantBackup values.- Returns:
- known GeoRedundantBackup values.
-
fromString(String)
factory method.