DdosProtectionPlansDelete interface
メソッド
| delete(Ddos |
指定した DDoS 保護プランを削除します。 |
| get(Ddos |
指定した DDoS 保護プランに関する情報を取得します。 |
| patch(Ddos |
DDoS 保護プラン のタグを更新します。 |
| put(Ddos |
DDoS 保護プランを作成または更新します。 |
メソッドの詳細
delete(DdosProtectionPlansDeleteParameters)
指定した DDoS 保護プランを削除します。
function delete(options: DdosProtectionPlansDeleteParameters): StreamableMethod<DdosProtectionPlansDelete200Response | DdosProtectionPlansDelete202Response | DdosProtectionPlansDelete204Response | DdosProtectionPlansDeleteDefaultResponse>
パラメーター
戻り値
get(DdosProtectionPlansGetParameters)
指定した DDoS 保護プランに関する情報を取得します。
function get(options: DdosProtectionPlansGetParameters): StreamableMethod<DdosProtectionPlansGet200Response | DdosProtectionPlansGetDefaultResponse>
パラメーター
- options
- DdosProtectionPlansGetParameters
戻り値
patch(DdosProtectionPlansUpdateTagsParameters)
DDoS 保護プラン のタグを更新します。
function patch(options: DdosProtectionPlansUpdateTagsParameters): StreamableMethod<DdosProtectionPlansUpdateTags200Response | DdosProtectionPlansUpdateTagsDefaultResponse>
パラメーター
戻り値
put(DdosProtectionPlansCreateOrUpdateParameters)
DDoS 保護プランを作成または更新します。
function put(options: DdosProtectionPlansCreateOrUpdateParameters): StreamableMethod<DdosProtectionPlansCreateOrUpdate200Response | DdosProtectionPlansCreateOrUpdate201Response | DdosProtectionPlansCreateOrUpdateDefaultResponse>