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

IServerAdvancedThreatProtectionSettingsOperations 接口

定义

ServerAdvancedThreatProtectionSettingsOperations 操作。

public interface IServerAdvancedThreatProtectionSettingsOperations
type IServerAdvancedThreatProtectionSettingsOperations = interface
Public Interface IServerAdvancedThreatProtectionSettingsOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ServerAdvancedThreatProtection, Dictionary<String,List<String>>, CancellationToken)

创建或更新高级威胁防护状态。

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

创建或更新高级威胁防护状态。

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

获取服务器的高级威胁防护状态。

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

获取服务器高级威胁防护状态的列表。

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

获取服务器高级威胁防护状态的列表。

扩展方法

BeginCreateOrUpdate(IServerAdvancedThreatProtectionSettingsOperations, String, String, ServerAdvancedThreatProtection)

创建或更新高级威胁防护状态。

BeginCreateOrUpdateAsync(IServerAdvancedThreatProtectionSettingsOperations, String, String, ServerAdvancedThreatProtection, CancellationToken)

创建或更新高级威胁防护状态。

CreateOrUpdate(IServerAdvancedThreatProtectionSettingsOperations, String, String, ServerAdvancedThreatProtection)

创建或更新高级威胁防护状态。

CreateOrUpdateAsync(IServerAdvancedThreatProtectionSettingsOperations, String, String, ServerAdvancedThreatProtection, CancellationToken)

创建或更新高级威胁防护状态。

Get(IServerAdvancedThreatProtectionSettingsOperations, String, String)

获取服务器的高级威胁防护状态。

GetAsync(IServerAdvancedThreatProtectionSettingsOperations, String, String, CancellationToken)

获取服务器的高级威胁防护状态。

ListByServer(IServerAdvancedThreatProtectionSettingsOperations, String, String)

获取服务器高级威胁防护状态的列表。

ListByServerAsync(IServerAdvancedThreatProtectionSettingsOperations, String, String, CancellationToken)

获取服务器高级威胁防护状态的列表。

ListByServerNext(IServerAdvancedThreatProtectionSettingsOperations, String)

获取服务器高级威胁防护状态的列表。

ListByServerNextAsync(IServerAdvancedThreatProtectionSettingsOperations, String, CancellationToken)

获取服务器高级威胁防护状态的列表。

适用于