次の方法で共有


BaseAuditingPolicyProperties Class

Definition

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.

Applies to