IpAllocationsDelete interface
Metody
| delete(Ip |
Odstraní zadanou ipallocation. |
| get(Ip |
Získá zadanou IpAllocation podle skupiny prostředků. |
| patch(Ip |
Aktualizuje značky IpAllocation. |
| put(Ip |
Vytvoří nebo aktualizuje IpAllocation v zadané skupině prostředků. |
Podrobnosti metody
delete(IpAllocationsDeleteParameters)
Odstraní zadanou ipallocation.
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
Parametry
- options
- IpAllocationsDeleteParameters
Návraty
get(IpAllocationsGetParameters)
Získá zadanou IpAllocation podle skupiny prostředků.
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
Parametry
- options
- IpAllocationsGetParameters
Návraty
patch(IpAllocationsUpdateTagsParameters)
Aktualizuje značky IpAllocation.
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
Parametry
Návraty
put(IpAllocationsCreateOrUpdateParameters)
Vytvoří nebo aktualizuje IpAllocation v zadané skupině prostředků.
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>