IpAllocationsDelete interface
Metody
| delete(Ip |
Usuwa określony adres IPAllocation. |
| get(Ip |
Pobiera określony adres IPAllocation według grupy zasobów. |
| patch(Ip |
Aktualizuje tagi IpAllocation. |
| put(Ip |
Tworzy lub aktualizuje adres IPAllocation w określonej grupie zasobów. |
Szczegóły metody
delete(IpAllocationsDeleteParameters)
Usuwa określony adres IPAllocation.
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
Parametry
- options
- IpAllocationsDeleteParameters
Zwraca
get(IpAllocationsGetParameters)
Pobiera określony adres IPAllocation według grupy zasobów.
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
Parametry
- options
- IpAllocationsGetParameters
Zwraca
patch(IpAllocationsUpdateTagsParameters)
Aktualizuje tagi IpAllocation.
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
Parametry
Zwraca
put(IpAllocationsCreateOrUpdateParameters)
Tworzy lub aktualizuje adres IPAllocation w określonej grupie zasobów.
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>