DdosProtectionPlans interface
DdosProtectionPlans を表すインターフェイス。
メソッド
| begin |
DDoS 保護プランを作成または更新します。 |
| begin |
DDoS 保護プランを作成または更新します。 |
| begin |
指定した DDoS 保護プランを削除します。 |
| begin |
指定した DDoS 保護プランを削除します。 |
| get(string, string, Ddos |
指定した DDoS 保護プランに関する情報を取得します。 |
| list(Ddos |
サブスクリプション内のすべての DDoS 保護プランを取得します。 |
| list |
リソース グループ内のすべての DDoS 保護プランを取得します。 |
| update |
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
作成または更新操作に指定されたパラメーター。
オプション パラメーター。
戻り値
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
作成または更新操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<DdosProtectionPlan>
beginDelete(string, string, DdosProtectionPlansDeleteOptionalParams)
指定した DDoS 保護プランを削除します。
function beginDelete(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- ddosProtectionPlanName
-
string
DDoS 保護プランの名前。
オプション パラメーター。
戻り値
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 保護プランの名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, DdosProtectionPlansGetOptionalParams)
指定した DDoS 保護プランに関する情報を取得します。
function get(resourceGroupName: string, ddosProtectionPlanName: string, options?: DdosProtectionPlansGetOptionalParams): Promise<DdosProtectionPlan>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- ddosProtectionPlanName
-
string
DDoS 保護プランの名前。
オプション パラメーター。
戻り値
Promise<DdosProtectionPlan>
list(DdosProtectionPlansListOptionalParams)
サブスクリプション内のすべての DDoS 保護プランを取得します。
function list(options?: DdosProtectionPlansListOptionalParams): PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
listByResourceGroup(string, DdosProtectionPlansListByResourceGroupOptionalParams)
リソース グループ内のすべての DDoS 保護プランを取得します。
function listByResourceGroup(resourceGroupName: string, options?: DdosProtectionPlansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DdosProtectionPlan, DdosProtectionPlan[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
オプション パラメーター。
戻り値
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 保護プランのリソース タグに指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<DdosProtectionPlan>