你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobAuditingProperties Class

Definition

Represents the properties of an Azure SQL blob auditing policy.

public class BlobAuditingProperties
type BlobAuditingProperties = class
Public Class BlobAuditingProperties
Inheritance
BlobAuditingProperties

Constructors

BlobAuditingProperties()

Initializes a new instance of the BlobAuditingProperties class.

Properties

AuditActionsAndGroups

Optional. Specifies the audit actions and groups.

IsStorageSecondaryKeyInUse

Optional. Indicating whether the storage secondary key is in use.

RetentionDays

Optional. Specifies the number of days to keep in the audit logs.

State

Optional. Specifies the state of the policy. The acceptable values are Disabled and Enabled.

StorageAccountAccessKey

Optional. Specifies the identifier key of the auditing storage account.

StorageAccountSubscriptionId

Optional. Gets or sets the storage account subscription Id.

StorageEndpoint

Optional. Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).

Applies to