Class ZoneRedundancy
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ZoneRedundancy>
com.azure.resourcemanager.containerregistry.models.ZoneRedundancy
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Whether or not zone redundancy is enabled for this container registry.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ZoneRedundancyStatic value Disabled for ZoneRedundancy.static final ZoneRedundancyStatic value Enabled for ZoneRedundancy. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ZoneRedundancyfromString(String name) Creates or finds a ZoneRedundancy from its string representation.static Collection<ZoneRedundancy> values()Gets known ZoneRedundancy values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for ZoneRedundancy. -
DISABLED
Static value Disabled for ZoneRedundancy.
-
-
Constructor Details
-
ZoneRedundancy
Deprecated.Use thefromString(String)factory method.Creates a new instance of ZoneRedundancy value.
-
-
Method Details
-
fromString
Creates or finds a ZoneRedundancy from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ZoneRedundancy.
-
values
Gets known ZoneRedundancy values.- Returns:
- known ZoneRedundancy values.
-
fromString(String)factory method.