java.lang.Object
com.azure.core.util.ExpandableStringEnum<ZoneRedundancy>
com.azure.resourcemanager.containerregistry.models.ZoneRedundancy
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ZoneRedundancy extends com.azure.core.util.ExpandableStringEnum<ZoneRedundancy>
Whether or not zone redundancy is enabled for this container registry.
  • Field Details

    • ENABLED

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

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

    • ZoneRedundancy

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

    • fromString

      public static ZoneRedundancy fromString(String name)
      Creates or finds a ZoneRedundancy from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ZoneRedundancy.
    • values

      public static Collection<ZoneRedundancy> values()
      Gets known ZoneRedundancy values.
      Returns:
      known ZoneRedundancy values.