BaseAuditingPolicyProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the properties of an Azure SQL auditing policy.
public class BaseAuditingPolicyProperties
type BaseAuditingPolicyProperties = class
Public Class BaseAuditingPolicyProperties
- Inheritance
-
BaseAuditingPolicyProperties
- Derived
Constructors
BaseAuditingPolicyProperties() |
Initializes a new instance of the BaseAuditingPolicyProperties class. |
Properties
AuditingState |
Optional. Gets the auditing state of the Azure SQL Database server auditing policy. |
AuditLogsTableName |
Optional. Gets the name of the table audit logs are written to in the Azure SQL Database auditing policy. |
EventTypesToAudit |
Optional. Gets the events types of the Azure SQL Database server auditing policy. |
FullAuditLogsTableName |
Optional. Gets the full name of the table audit logs are written to in the Azure SQL Database auditing policy. |
RetentionDays |
Optional. Gets the retention in days of the Azure SQL Database auditing policy. |
StorageAccountKey |
Optional. Gets the primary storage account key of the Azure SQL Database server auditing policy. |
StorageAccountName |
Optional. Gets the storage account name of the Azure SQL Database server auditing policy. |
StorageAccountResourceGroupName |
Optional. Gets the resource group of the storage account of the Azure SQL Database server auditing policy. |
StorageAccountSecondaryKey |
Optional. Gets secondary key of the storage account of the Azure SQL Database server auditing policy. |
StorageAccountSubscriptionId |
Optional. Gets the subscription Id of the storage account of the Azure SQL Database server auditing policy. |
StorageTableEndpoint |
Optional. Gets the storage table endpoint of the Azure SQL Database Server auditing policy. |