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

IDdosProtectionPlansOperations 接口

定义

DdosProtectionPlansOperations 操作。

public interface IDdosProtectionPlansOperations
type IDdosProtectionPlansOperations = interface
Public Interface IDdosProtectionPlansOperations

方法

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

创建或更新 DDoS 保护计划。

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

删除指定的 DDoS 保护计划。

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

创建或更新 DDoS 保护计划。

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

删除指定的 DDoS 保护计划。

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

获取有关指定 DDoS 保护计划的信息。

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

获取资源组中的所有 DDoS 保护计划。

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

获取资源组中的所有 DDoS 保护计划。

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

获取订阅中的所有 DDoS 保护计划。

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

获取订阅中的所有 DDoS 保护计划。

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

更新 DDoS 保护计划标记。

扩展方法

BeginCreateOrUpdate(IDdosProtectionPlansOperations, String, String, DdosProtectionPlan)

创建或更新 DDoS 保护计划。

BeginCreateOrUpdateAsync(IDdosProtectionPlansOperations, String, String, DdosProtectionPlan, CancellationToken)

创建或更新 DDoS 保护计划。

BeginDelete(IDdosProtectionPlansOperations, String, String)

删除指定的 DDoS 保护计划。

BeginDeleteAsync(IDdosProtectionPlansOperations, String, String, CancellationToken)

删除指定的 DDoS 保护计划。

CreateOrUpdate(IDdosProtectionPlansOperations, String, String, DdosProtectionPlan)

创建或更新 DDoS 保护计划。

CreateOrUpdateAsync(IDdosProtectionPlansOperations, String, String, DdosProtectionPlan, CancellationToken)

创建或更新 DDoS 保护计划。

Delete(IDdosProtectionPlansOperations, String, String)

删除指定的 DDoS 保护计划。

DeleteAsync(IDdosProtectionPlansOperations, String, String, CancellationToken)

删除指定的 DDoS 保护计划。

Get(IDdosProtectionPlansOperations, String, String)

获取有关指定 DDoS 保护计划的信息。

GetAsync(IDdosProtectionPlansOperations, String, String, CancellationToken)

获取有关指定 DDoS 保护计划的信息。

List(IDdosProtectionPlansOperations)

获取订阅中的所有 DDoS 保护计划。

ListAsync(IDdosProtectionPlansOperations, CancellationToken)

获取订阅中的所有 DDoS 保护计划。

ListByResourceGroup(IDdosProtectionPlansOperations, String)

获取资源组中的所有 DDoS 保护计划。

ListByResourceGroupAsync(IDdosProtectionPlansOperations, String, CancellationToken)

获取资源组中的所有 DDoS 保护计划。

ListByResourceGroupNext(IDdosProtectionPlansOperations, String)

获取资源组中的所有 DDoS 保护计划。

ListByResourceGroupNextAsync(IDdosProtectionPlansOperations, String, CancellationToken)

获取资源组中的所有 DDoS 保护计划。

ListNext(IDdosProtectionPlansOperations, String)

获取订阅中的所有 DDoS 保护计划。

ListNextAsync(IDdosProtectionPlansOperations, String, CancellationToken)

获取订阅中的所有 DDoS 保护计划。

UpdateTags(IDdosProtectionPlansOperations, String, String, TagsObject)

更新 DDoS 保护计划标记。

UpdateTagsAsync(IDdosProtectionPlansOperations, String, String, TagsObject, CancellationToken)

更新 DDoS 保护计划标记。

适用于