Class GeoRedundantBackup


  • public final class GeoRedundantBackup
    extends com.azure.core.util.ExpandableStringEnum<GeoRedundantBackup>
    Defines values for GeoRedundantBackup.
    • Field Detail

      • ENABLED

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

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

      • GeoRedundantBackup

        public 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.