次の方法で共有


DatabaseSecurityAlertPolicyProperties Class

Definition

Represents the properties of an Azure SQL Security alert policy.

public class DatabaseSecurityAlertPolicyProperties : Microsoft.Azure.Management.Sql.LegacySdk.Models.BaseSecurityAlertPolicyProperties
type DatabaseSecurityAlertPolicyProperties = class
    inherit BaseSecurityAlertPolicyProperties
Public Class DatabaseSecurityAlertPolicyProperties
Inherits BaseSecurityAlertPolicyProperties
Inheritance
DatabaseSecurityAlertPolicyProperties

Constructors

DatabaseSecurityAlertPolicyProperties()

Initializes a new instance of the DatabaseSecurityAlertPolicyProperties class.

Properties

DisabledAlerts

Optional. Gets the disable alerts of the Azure SQL Security alert policy.

(Inherited from BaseSecurityAlertPolicyProperties)
EmailAccountAdmins

Optional. Gets whether to email the azure account admins.

(Inherited from BaseSecurityAlertPolicyProperties)
EmailAddresses

Optional. Gets the list of email addresses to send the alert.

(Inherited from BaseSecurityAlertPolicyProperties)
RetentionDays

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

(Inherited from BaseSecurityAlertPolicyProperties)
State

Optional. Gets the state of the Azure SQL Security alert policy.

(Inherited from BaseSecurityAlertPolicyProperties)
StorageAccountAccessKey

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

(Inherited from BaseSecurityAlertPolicyProperties)
StorageEndpoint

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

(Inherited from BaseSecurityAlertPolicyProperties)

Applies to