DdosCustomPoliciesDelete interface
Methods
| delete(Ddos |
Deletes the specified DDoS custom policy. |
| get(Ddos |
Gets information about the specified DDoS custom policy. |
| patch(Ddos |
Update a DDoS custom policy tags. |
| put(Ddos |
Creates or updates a DDoS custom policy. |
Method Details
delete(DdosCustomPoliciesDeleteParameters)
Deletes the specified DDoS custom policy.
function delete(options: DdosCustomPoliciesDeleteParameters): StreamableMethod<DdosCustomPoliciesDelete200Response | DdosCustomPoliciesDelete202Response | DdosCustomPoliciesDelete204Response | DdosCustomPoliciesDeleteDefaultResponse>
Parameters
Returns
get(DdosCustomPoliciesGetParameters)
Gets information about the specified DDoS custom policy.
function get(options: DdosCustomPoliciesGetParameters): StreamableMethod<DdosCustomPoliciesGet200Response | DdosCustomPoliciesGetDefaultResponse>
Parameters
- options
- DdosCustomPoliciesGetParameters
Returns
patch(DdosCustomPoliciesUpdateTagsParameters)
Update a DDoS custom policy tags.
function patch(options: DdosCustomPoliciesUpdateTagsParameters): StreamableMethod<DdosCustomPoliciesUpdateTags200Response | DdosCustomPoliciesUpdateTagsDefaultResponse>
Parameters
Returns
put(DdosCustomPoliciesCreateOrUpdateParameters)
Creates or updates a DDoS custom policy.
function put(options: DdosCustomPoliciesCreateOrUpdateParameters): StreamableMethod<DdosCustomPoliciesCreateOrUpdate200Response | DdosCustomPoliciesCreateOrUpdate201Response | DdosCustomPoliciesCreateOrUpdateDefaultResponse>