PostPlannedFailoverRedundancy Class

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 PostPlannedFailoverRedundancy STANDARD_GRS

Static value Standard_GRS for PostPlannedFailoverRedundancy.

static final PostPlannedFailoverRedundancy STANDARD_GZRS

Static value Standard_GZRS for PostPlannedFailoverRedundancy.

static final PostPlannedFailoverRedundancy STANDARD_RAGRS

Static value Standard_RAGRS for PostPlannedFailoverRedundancy.

static final PostPlannedFailoverRedundancy STANDARD_RAGZRS

Static value Standard_RAGZRS for PostPlannedFailoverRedundancy.

Constructor Summary

Constructor Description
PostPlannedFailoverRedundancy()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PostPlannedFailoverRedundancy value.

Method Summary

Modifier and Type Method and Description
static PostPlannedFailoverRedundancy fromString(String name)

Creates or finds a PostPlannedFailoverRedundancy from its string representation.

static Collection<PostPlannedFailoverRedundancy> values()

Gets known PostPlannedFailoverRedundancy values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding PostPlannedFailoverRedundancy.

values

public static Collection values()

Gets known PostPlannedFailoverRedundancy values.

Returns:

known PostPlannedFailoverRedundancy values.

Applies to