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

IUpdate 接口

定义

SQL 数据库威胁检测策略更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseThreatDetectionPolicy>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithAlertsFilter, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithEmailAddresses, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithEmailToAccountAdmins, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithRetentionDays, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithSecurityAlertPolicyState, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithStorageAccountAccessKey, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithStorageEndpoint
type IUpdate = interface
    interface IWithSecurityAlertPolicyState
    interface IWithStorageEndpoint
    interface IWithStorageAccountAccessKey
    interface IWithAlertsFilter
    interface IWithEmailAddresses
    interface IWithRetentionDays
    interface IWithEmailToAccountAdmins
    interface IAppliable<ISqlDatabaseThreatDetectionPolicy>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlDatabaseThreatDetectionPolicy), IWithAlertsFilter, IWithEmailAddresses, IWithEmailToAccountAdmins, IWithRetentionDays, IWithSecurityAlertPolicyState, IWithStorageAccountAccessKey, IWithStorageEndpoint
实现

属性

Key

SQL 数据库威胁检测策略更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithAlertsFilter(String)

汇报要禁用的安全警报策略警报。

(继承自 IWithAlertsFilter)
WithDefaultSecurityAlertPolicy()

汇报安全警报策略状态为“新建”。

(继承自 IWithSecurityAlertPolicyState)
WithEmailAddresses(String)

汇报安全警报策略电子邮件地址。

(继承自 IWithEmailAddresses)
WithEmailToAccountAdmins()

允许将警报发送给帐户管理员。

(继承自 IWithEmailToAccountAdmins)
WithoutEmailToAccountAdmins()

禁用将向帐户管理员发送的警报。

(继承自 IWithEmailToAccountAdmins)
WithPolicyDisabled()

将安全警报策略状态更新为“已禁用”。

(继承自 IWithSecurityAlertPolicyState)
WithPolicyEnabled()

汇报安全警报策略状态为“已启用”。

(继承自 IWithSecurityAlertPolicyState)
WithPolicyNew()

汇报安全警报策略状态为“新建”。

(继承自 IWithSecurityAlertPolicyState)
WithRetentionDays(Int32)

汇报安全警报策略电子邮件地址。 指定要在威胁检测审核日志中保留的天数。

(继承自 IWithRetentionDays)
WithStorageAccountAccessKey(String)

汇报安全警报策略存储访问密钥。

(继承自 IWithStorageAccountAccessKey)
WithStorageEndpoint(String)

汇报安全警报策略存储终结点。

(继承自 IWithStorageEndpoint)

适用于