DdosProtectionPlansDelete interface
Metode
| delete(Ddos |
Menghapus rencana perlindungan DDoS yang ditentukan. |
| get(Ddos |
Mendapatkan informasi tentang paket perlindungan DDoS yang ditentukan. |
| patch(Ddos |
Perbarui tag paket perlindungan DDoS. |
| put(Ddos |
Membuat atau memperbarui rencana perlindungan DDoS. |
Detail Metode
delete(DdosProtectionPlansDeleteParameters)
Menghapus rencana perlindungan DDoS yang ditentukan.
function delete(options: DdosProtectionPlansDeleteParameters): StreamableMethod<DdosProtectionPlansDelete200Response | DdosProtectionPlansDelete202Response | DdosProtectionPlansDelete204Response | DdosProtectionPlansDeleteDefaultResponse>
Parameter
Mengembalikan
get(DdosProtectionPlansGetParameters)
Mendapatkan informasi tentang paket perlindungan DDoS yang ditentukan.
function get(options: DdosProtectionPlansGetParameters): StreamableMethod<DdosProtectionPlansGet200Response | DdosProtectionPlansGetDefaultResponse>
Parameter
- options
- DdosProtectionPlansGetParameters
Mengembalikan
patch(DdosProtectionPlansUpdateTagsParameters)
Perbarui tag paket perlindungan DDoS.
function patch(options: DdosProtectionPlansUpdateTagsParameters): StreamableMethod<DdosProtectionPlansUpdateTags200Response | DdosProtectionPlansUpdateTagsDefaultResponse>
Parameter
Mengembalikan
put(DdosProtectionPlansCreateOrUpdateParameters)
Membuat atau memperbarui rencana perlindungan DDoS.
function put(options: DdosProtectionPlansCreateOrUpdateParameters): StreamableMethod<DdosProtectionPlansCreateOrUpdate200Response | DdosProtectionPlansCreateOrUpdate201Response | DdosProtectionPlansCreateOrUpdateDefaultResponse>