BackupStorageRedundancy Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. BackupStorageRedundancy
- com.
- com.
public final class BackupStorageRedundancy
extends ExpandableStringEnum<BackupStorageRedundancy>
The storage account type used to store backups for this database.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Backup |
GEO
Static value Geo for Backup |
static final
Backup |
GEO_ZONE
Static value Geo |
static final
Backup |
LOCAL
Static value Local for Backup |
static final
Backup |
ZONE
Static value Zone for Backup |
Constructor Summary
Constructor | Description |
---|---|
BackupStorageRedundancy() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Backup |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Backup |
fromString(String name)
Creates or finds a Backup |
static
Collection<Backup |
values()
Gets known Backup |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GEO
public static final BackupStorageRedundancy GEO
Static value Geo for BackupStorageRedundancy.
GEO_ZONE
public static final BackupStorageRedundancy GEO_ZONE
Static value GeoZone for BackupStorageRedundancy.
LOCAL
public static final BackupStorageRedundancy LOCAL
Static value Local for BackupStorageRedundancy.
ZONE
public static final BackupStorageRedundancy ZONE
Static value Zone for BackupStorageRedundancy.
Constructor Details
BackupStorageRedundancy
@Deprecated
public BackupStorageRedundancy()
Deprecated
Creates a new instance of BackupStorageRedundancy value.
Method Details
fromString
public static BackupStorageRedundancy fromString(String name)
Creates or finds a BackupStorageRedundancy from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known BackupStorageRedundancy values.
Returns:
Applies to
Azure SDK for Java