DdosProtectionPlansDelete interface
Methods
| delete(Ddos |
Deletes the specified DDoS protection plan. |
| get(Ddos |
Gets information about the specified DDoS protection plan. |
| patch(Ddos |
Update a DDoS protection plan tags. |
| put(Ddos |
Creates or updates a DDoS protection plan. |
Method Details
delete(DdosProtectionPlansDeleteParameters)
Deletes the specified DDoS protection plan.
function delete(options: DdosProtectionPlansDeleteParameters): StreamableMethod<DdosProtectionPlansDelete200Response | DdosProtectionPlansDelete202Response | DdosProtectionPlansDelete204Response | DdosProtectionPlansDeleteDefaultResponse>
Parameters
Returns
get(DdosProtectionPlansGetParameters)
Gets information about the specified DDoS protection plan.
function get(options: DdosProtectionPlansGetParameters): StreamableMethod<DdosProtectionPlansGet200Response | DdosProtectionPlansGetDefaultResponse>
Parameters
- options
- DdosProtectionPlansGetParameters
Returns
patch(DdosProtectionPlansUpdateTagsParameters)
Update a DDoS protection plan tags.
function patch(options: DdosProtectionPlansUpdateTagsParameters): StreamableMethod<DdosProtectionPlansUpdateTags200Response | DdosProtectionPlansUpdateTagsDefaultResponse>
Parameters
Returns
put(DdosProtectionPlansCreateOrUpdateParameters)
Creates or updates a DDoS protection plan.
function put(options: DdosProtectionPlansCreateOrUpdateParameters): StreamableMethod<DdosProtectionPlansCreateOrUpdate200Response | DdosProtectionPlansCreateOrUpdate201Response | DdosProtectionPlansCreateOrUpdateDefaultResponse>