次の方法で共有


DdosProtectionPlans interface

DdosProtectionPlans を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, DdosProtectionPlan, DdosProtectionPlansCreateOrUpdateOptionalParams)

DDoS 保護プランを作成または更新します。

beginCreateOrUpdateAndWait(string, string, DdosProtectionPlan, DdosProtectionPlansCreateOrUpdateOptionalParams)

DDoS 保護プランを作成または更新します。

beginDelete(string, string, DdosProtectionPlansDeleteOptionalParams)

指定した DDoS 保護プランを削除します。

beginDeleteAndWait(string, string, DdosProtectionPlansDeleteOptionalParams)

指定した DDoS 保護プランを削除します。

get(string, string, DdosProtectionPlansGetOptionalParams)

指定した DDoS 保護プランに関する情報を取得します。

list(DdosProtectionPlansListOptionalParams)

サブスクリプション内のすべての DDoS 保護プランを取得します。

listByResourceGroup(string, DdosProtectionPlansListByResourceGroupOptionalParams)

リソース グループ内のすべての DDoS 保護プランを取得します。

updateTags(string, string, TagsObject, DdosProtectionPlansUpdateTagsOptionalParams)

DDoS 保護プラン のタグを更新します。

メソッドの詳細

beginCreateOrUpdate(string, string, DdosProtectionPlan, DdosProtectionPlansCreateOrUpdateOptionalParams)

DDoS 保護プランを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>>

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosProtectionPlanName

string

DDoS 保護プランの名前。

parameters
DdosProtectionPlan

作成または更新操作に指定されたパラメーター。

options
DdosProtectionPlansCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<DdosProtectionPlan>, DdosProtectionPlan>>

beginCreateOrUpdateAndWait(string, string, DdosProtectionPlan, DdosProtectionPlansCreateOrUpdateOptionalParams)

DDoS 保護プランを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, ddosProtectionPlanName: string, parameters: DdosProtectionPlan, options?: DdosProtectionPlansCreateOrUpdateOptionalParams): Promise<DdosProtectionPlan>

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosProtectionPlanName

string

DDoS 保護プランの名前。

parameters
DdosProtectionPlan

作成または更新操作に指定されたパラメーター。

options
DdosProtectionPlansCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

beginDelete(string, string, DdosProtectionPlansDeleteOptionalParams)

指定した DDoS 保護プランを削除します。

function beginDelete(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosProtectionPlanName

string

DDoS 保護プランの名前。

options
DdosProtectionPlansDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, DdosProtectionPlansDeleteOptionalParams)

指定した DDoS 保護プランを削除します。

function beginDeleteAndWait(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosProtectionPlanName

string

DDoS 保護プランの名前。

options
DdosProtectionPlansDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, DdosProtectionPlansGetOptionalParams)

指定した DDoS 保護プランに関する情報を取得します。

function get(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansGetOptionalParams): Promise<DdosProtectionPlan>

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosProtectionPlanName

string

DDoS 保護プランの名前。

options
DdosProtectionPlansGetOptionalParams

オプション パラメーター。

戻り値

list(DdosProtectionPlansListOptionalParams)

サブスクリプション内のすべての DDoS 保護プランを取得します。

function list(options?: DdosProtectionPlansListOptionalParams): PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>

パラメーター

options
DdosProtectionPlansListOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, DdosProtectionPlansListByResourceGroupOptionalParams)

リソース グループ内のすべての DDoS 保護プランを取得します。

function listByResourceGroup(resourceGroupName: string, options?: DdosProtectionPlansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

options
DdosProtectionPlansListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

updateTags(string, string, TagsObject, DdosProtectionPlansUpdateTagsOptionalParams)

DDoS 保護プラン のタグを更新します。

function updateTags(resourceGroupName: string, ddosProtectionPlanName: string, parameters: TagsObject, options?: DdosProtectionPlansUpdateTagsOptionalParams): Promise<DdosProtectionPlan>

パラメーター

resourceGroupName

string

リソース グループの名前。

ddosProtectionPlanName

string

DDoS 保護プランの名前。

parameters
TagsObject

更新プログラム DDoS 保護プランのリソース タグに指定されたパラメーター。

options
DdosProtectionPlansUpdateTagsOptionalParams

オプション パラメーター。

戻り値