次の方法で共有


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