次の方法で共有


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 保護プラン タグを更新します。

適用対象