Table of Contents

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 = 1

The backup storage redundancy type is geo-redundant.

GeoZone = 2

The backup storage redundancy type is geo-zone-redundant.

Local = 3

The backup storage redundancy type is locally-redundant.

Unknown = 0

The backup storage redundancy type is unknown.

Zone = 4

The backup storage redundancy type is zone-redundant.