Class PostPlannedFailoverRedundancy
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PostPlannedFailoverRedundancy>
com.azure.resourcemanager.storage.models.PostPlannedFailoverRedundancy
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PostPlannedFailoverRedundancy
extends com.azure.core.util.ExpandableStringEnum<PostPlannedFailoverRedundancy>
The redundancy type of the account after a planned account failover is performed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PostPlannedFailoverRedundancyStatic value Standard_GRS for PostPlannedFailoverRedundancy.static final PostPlannedFailoverRedundancyStatic value Standard_GZRS for PostPlannedFailoverRedundancy.static final PostPlannedFailoverRedundancyStatic value Standard_RAGRS for PostPlannedFailoverRedundancy.static final PostPlannedFailoverRedundancyStatic value Standard_RAGZRS for PostPlannedFailoverRedundancy. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a PostPlannedFailoverRedundancy from its string representation.values()Gets known PostPlannedFailoverRedundancy values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STANDARD_GRS
Static value Standard_GRS for PostPlannedFailoverRedundancy. -
STANDARD_GZRS
Static value Standard_GZRS for PostPlannedFailoverRedundancy. -
STANDARD_RAGRS
Static value Standard_RAGRS for PostPlannedFailoverRedundancy. -
STANDARD_RAGZRS
Static value Standard_RAGZRS for PostPlannedFailoverRedundancy.
-
-
Constructor Details
-
PostPlannedFailoverRedundancy
Deprecated.Use thefromString(String)factory method.Creates a new instance of PostPlannedFailoverRedundancy value.
-
-
Method Details
-
fromString
Creates or finds a PostPlannedFailoverRedundancy from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PostPlannedFailoverRedundancy.
-
values
Gets known PostPlannedFailoverRedundancy values.- Returns:
- known PostPlannedFailoverRedundancy values.
-
fromString(String)factory method.