PostPlannedFailoverRedundancy Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. PostPlannedFailoverRedundancy
- com.
- com.
public final class PostPlannedFailoverRedundancy
extends ExpandableStringEnum<PostPlannedFailoverRedundancy>
The redundancy type of the account after a planned account failover is performed.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Post |
STANDARD_GRS
Static value Standard_GRS for Post |
static final
Post |
STANDARD_GZRS
Static value Standard_GZRS for Post |
static final
Post |
STANDARD_RAGRS
Static value Standard_RAGRS for Post |
static final
Post |
STANDARD_RAGZRS
Static value Standard_RAGZRS for Post |
Constructor Summary
Constructor | Description |
---|---|
PostPlannedFailoverRedundancy() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Post |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Post |
fromString(String name)
Creates or finds a Post |
static
Collection<Post |
values()
Gets known Post |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
STANDARD_GRS
public static final PostPlannedFailoverRedundancy STANDARD_GRS
Static value Standard_GRS for PostPlannedFailoverRedundancy.
STANDARD_GZRS
public static final PostPlannedFailoverRedundancy STANDARD_GZRS
Static value Standard_GZRS for PostPlannedFailoverRedundancy.
STANDARD_RAGRS
public static final PostPlannedFailoverRedundancy STANDARD_RAGRS
Static value Standard_RAGRS for PostPlannedFailoverRedundancy.
STANDARD_RAGZRS
public static final PostPlannedFailoverRedundancy STANDARD_RAGZRS
Static value Standard_RAGZRS for PostPlannedFailoverRedundancy.
Constructor Details
PostPlannedFailoverRedundancy
@Deprecated
public PostPlannedFailoverRedundancy()
Deprecated
Creates a new instance of PostPlannedFailoverRedundancy value.
Method Details
fromString
public static PostPlannedFailoverRedundancy fromString(String name)
Creates or finds a PostPlannedFailoverRedundancy from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known PostPlannedFailoverRedundancy values.
Returns:
Applies to
Azure SDK for Java