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 Details

    • ENABLED

      public static final GeoRedundantBackup ENABLED
      Static value Enabled for GeoRedundantBackup.
    • DISABLED

      public static final GeoRedundantBackup DISABLED
      Static value Disabled for GeoRedundantBackup.
  • Constructor Details

    • GeoRedundantBackup

      @Deprecated public GeoRedundantBackup()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of GeoRedundantBackup value.
  • Method Details

    • 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()
      Gets known GeoRedundantBackup values.
      Returns:
      known GeoRedundantBackup values.