Uses of Class
com.azure.resourcemanager.mariadb.models.GeoRedundantBackup
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of GeoRedundantBackup in com.azure.resourcemanager.mariadb.models
Modifier and TypeFieldDescriptionstatic final GeoRedundantBackup
GeoRedundantBackup.DISABLED
Static value Disabled for GeoRedundantBackup.static final GeoRedundantBackup
GeoRedundantBackup.ENABLED
Static value Enabled for GeoRedundantBackup.Modifier and TypeMethodDescriptionstatic GeoRedundantBackup
GeoRedundantBackup.fromString
(String name) Creates or finds a GeoRedundantBackup from its string representation.StorageProfile.geoRedundantBackup()
Get the geoRedundantBackup property: Enable Geo-redundant or not for server backup.Modifier and TypeMethodDescriptionstatic Collection<GeoRedundantBackup>
GeoRedundantBackup.values()
Gets known GeoRedundantBackup values.Modifier and TypeMethodDescriptionStorageProfile.withGeoRedundantBackup
(GeoRedundantBackup geoRedundantBackup) Set the geoRedundantBackup property: Enable Geo-redundant or not for server backup.