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

IDatabaseThreatDetectionPoliciesOperations 接口

定义

DatabaseThreatDetectionPoliciesOperations 操作。

public interface IDatabaseThreatDetectionPoliciesOperations
type IDatabaseThreatDetectionPoliciesOperations = interface
Public Interface IDatabaseThreatDetectionPoliciesOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, DatabaseSecurityAlertPolicyInner, Dictionary<String,List<String>>, CancellationToken)

创建或更新数据库的威胁检测策略。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取数据库的威胁检测策略。

扩展方法

CreateOrUpdateAsync(IDatabaseThreatDetectionPoliciesOperations, String, String, String, DatabaseSecurityAlertPolicyInner, CancellationToken)

创建或更新数据库的威胁检测策略。

GetAsync(IDatabaseThreatDetectionPoliciesOperations, String, String, String, CancellationToken)

获取数据库的威胁检测策略。

适用于