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 = 1The storage key type is not applicable.
Primary = 2The storage key type is primary.
Secondary = 3The storage key type is secondary.
Unknown = 0The storage key type is unknown.