Enum AzureSqlDatabaseBackupStorageRedundancyType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the backup storage redundancy type of an Azure SQL database.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlDatabaseBackupStorageRedundancyType
Fields
Geo = 1The backup storage redundancy type is geo-redundant.
GeoZone = 2The backup storage redundancy type is geo-zone-redundant.
Local = 3The backup storage redundancy type is locally-redundant.
Unknown = 0The backup storage redundancy type is unknown.
Zone = 4The backup storage redundancy type is zone-redundant.