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

IWithCreate 接口

定义

SQL 数据库威胁检测策略定义的最后阶段。

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseThreatDetectionPolicy>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithAlertsFilter, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithEmailAddresses, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithEmailToAccountAdmins, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithRetentionDays, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithStorageAccountAccessKey, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithStorageEndpoint
type IWithCreate = interface
    interface IWithStorageEndpoint
    interface IWithStorageAccountAccessKey
    interface IWithAlertsFilter
    interface IWithEmailAddresses
    interface IWithRetentionDays
    interface IWithEmailToAccountAdmins
    interface ICreatable<ISqlDatabaseThreatDetectionPolicy>
    interface IIndexable
Public Interface IWithCreate
Implements ICreatable(Of ISqlDatabaseThreatDetectionPolicy), IWithAlertsFilter, IWithEmailAddresses, IWithEmailToAccountAdmins, IWithRetentionDays, IWithStorageAccountAccessKey, IWithStorageEndpoint
派生
实现

属性

Key

SQL 数据库威胁检测策略定义的最后阶段。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行它。

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

设置要禁用的安全警报策略警报。

(继承自 IWithAlertsFilter)
WithEmailAddresses(String)

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

(继承自 IWithEmailAddresses)
WithEmailToAccountAdmins()

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

(继承自 IWithEmailToAccountAdmins)
WithoutEmailToAccountAdmins()

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

(继承自 IWithEmailToAccountAdmins)
WithRetentionDays(Int32)

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

(继承自 IWithRetentionDays)
WithStorageAccountAccessKey(String)

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

(继承自 IWithStorageAccountAccessKey)
WithStorageEndpoint(String)

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

(继承自 IWithStorageEndpoint)

适用于