次の方法で共有


ServerAuditingPolicyProperties Class

Definition

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
ServerAuditingPolicyProperties

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)

Applies to