Class BackupStorageRedundancy
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackupStorageRedundancy>
com.azure.resourcemanager.cosmos.models.BackupStorageRedundancy
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class BackupStorageRedundancy
extends com.azure.core.util.ExpandableStringEnum<BackupStorageRedundancy>
Enum to indicate type of backup storage redundancy.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BackupStorageRedundancy
Static value Geo for BackupStorageRedundancy.static final BackupStorageRedundancy
Static value Local for BackupStorageRedundancy.static final BackupStorageRedundancy
Static value Zone for BackupStorageRedundancy. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BackupStorageRedundancy
fromString
(String name) Creates or finds a BackupStorageRedundancy from its string representation.static Collection
<BackupStorageRedundancy> values()
Gets known BackupStorageRedundancy values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
GEO
Static value Geo for BackupStorageRedundancy. -
LOCAL
Static value Local for BackupStorageRedundancy. -
ZONE
Static value Zone for BackupStorageRedundancy.
-
-
Constructor Details
-
BackupStorageRedundancy
Deprecated.Use thefromString(String)
factory method.Creates a new instance of BackupStorageRedundancy value.
-
-
Method Details
-
fromString
Creates or finds a BackupStorageRedundancy from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding BackupStorageRedundancy.
-
values
Gets known BackupStorageRedundancy values.- Returns:
- known BackupStorageRedundancy values.
-
fromString(String)
factory method.