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
Geo. |
|
static final
Backup |
GEO_ZONE
Geo |
|
static final
Backup |
LOCAL
Local. |
|
static final
Backup |
ZONE
Zone. |
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
Geo.
GEO_ZONE
public static final BackupStorageRedundancy GEO_ZONE
GeoZone.
LOCAL
public static final BackupStorageRedundancy LOCAL
Local.
ZONE
public static final BackupStorageRedundancy ZONE
Zone.
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<BackupStorageRedundancy> values()
Gets known BackupStorageRedundancy values.
Returns: