BlobAuditingProperties 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 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). |