你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BaseSecurityAlertPolicyProperties 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 Security alert policy.
public class BaseSecurityAlertPolicyProperties
type BaseSecurityAlertPolicyProperties = class
Public Class BaseSecurityAlertPolicyProperties
- Inheritance
-
BaseSecurityAlertPolicyProperties
- Derived
Constructors
BaseSecurityAlertPolicyProperties() |
Initializes a new instance of the BaseSecurityAlertPolicyProperties class. |
Properties
DisabledAlerts |
Optional. Gets the disable alerts of the Azure SQL Security alert policy. |
EmailAccountAdmins |
Optional. Gets whether to email the azure account admins. |
EmailAddresses |
Optional. Gets the list of email addresses to send the alert. |
RetentionDays |
Optional. Specifies the number of days to keep in the audit logs. |
State |
Optional. Gets the state of the Azure SQL Security alert policy. |
StorageAccountAccessKey |
Optional. Specifies the identifier key of the auditing storage account. |
StorageEndpoint |
Optional. Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). |