你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISqlDatabaseThreatDetectionPolicyDefinition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
需要实现的所有定义的容器接口。
public interface ISqlDatabaseThreatDetectionPolicyDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseThreatDetectionPolicy>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IBlank, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithCreate
type ISqlDatabaseThreatDetectionPolicyDefinition = interface
interface IBlank
interface IWithSecurityAlertPolicyState
interface IWithStorageEndpoint
interface IWithStorageAccountAccessKey
interface IWithAlertsFilter
interface IWithEmailAddresses
interface IWithRetentionDays
interface IWithEmailToAccountAdmins
interface IWithCreate
interface ICreatable<ISqlDatabaseThreatDetectionPolicy>
interface IIndexable
Public Interface ISqlDatabaseThreatDetectionPolicyDefinition
Implements IBlank, ICreatable(Of ISqlDatabaseThreatDetectionPolicy), IWithCreate
- 实现
属性
Key |
需要实现的所有定义的容器接口。 (继承自 IIndexable) |
Name |
获取可创建资源的名称。 (继承自 ICreatable<T>) |
方法
Create() |
执行创建请求。 (继承自 ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行它。 (继承自 ICreatable<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) |