ServerAuditingPolicyProperties 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 ServerAuditingPolicyProperties : Microsoft.Azure.Management.Sql.LegacySdk.Models.BaseAuditingPolicyProperties
type ServerAuditingPolicyProperties = class
inherit BaseAuditingPolicyProperties
Public Class ServerAuditingPolicyProperties
Inherits BaseAuditingPolicyProperties
- Inheritance
Constructors
ServerAuditingPolicyProperties() |
Initializes a new instance of the ServerAuditingPolicyProperties class. |
Properties
AuditingState |
Optional. Gets the auditing state of the Azure SQL Database server auditing policy. (Inherited from BaseAuditingPolicyProperties) |
AuditLogsTableName |
Optional. Gets the name of the table audit logs are written to in the Azure SQL Database auditing policy. (Inherited from BaseAuditingPolicyProperties) |
EventTypesToAudit |
Optional. Gets the events types of the Azure SQL Database server auditing policy. (Inherited from BaseAuditingPolicyProperties) |
FullAuditLogsTableName |
Optional. Gets the full name of the table audit logs are written to in the Azure SQL Database auditing policy. (Inherited from BaseAuditingPolicyProperties) |
RetentionDays |
Optional. Gets the retention in days of the Azure SQL Database auditing policy. (Inherited from BaseAuditingPolicyProperties) |
StorageAccountKey |
Optional. Gets the primary storage account key of the Azure SQL Database server auditing policy. (Inherited from BaseAuditingPolicyProperties) |
StorageAccountName |
Optional. Gets the storage account name of the Azure SQL Database server auditing policy. (Inherited from BaseAuditingPolicyProperties) |
StorageAccountResourceGroupName |
Optional. Gets the resource group of the storage account of the Azure SQL Database server auditing policy. (Inherited from BaseAuditingPolicyProperties) |
StorageAccountSecondaryKey |
Optional. Gets secondary key of the storage account of the Azure SQL Database server auditing policy. (Inherited from BaseAuditingPolicyProperties) |
StorageAccountSubscriptionId |
Optional. Gets the subscription Id of the storage account of the Azure SQL Database server auditing policy. (Inherited from BaseAuditingPolicyProperties) |
StorageTableEndpoint |
Optional. Gets the storage table endpoint of the Azure SQL Database Server auditing policy. (Inherited from BaseAuditingPolicyProperties) |