Enum AzureSqlAuditingStorageKeyType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the auditing storage key type for an Azure SQL server.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlAuditingStorageKeyType
Fields
NotApplicable = 1
The storage key type is not applicable.
Primary = 2
The storage key type is primary.
Secondary = 3
The storage key type is secondary.
Unknown = 0
The storage key type is unknown.