IpAllocationsDelete interface
Methods
| delete(Ip |
Deletes the specified IpAllocation. |
| get(Ip |
Gets the specified IpAllocation by resource group. |
| patch(Ip |
Updates a IpAllocation tags. |
| put(Ip |
Creates or updates an IpAllocation in the specified resource group. |
Method Details
delete(IpAllocationsDeleteParameters)
Deletes the specified IpAllocation.
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
Parameters
- options
- IpAllocationsDeleteParameters
Returns
get(IpAllocationsGetParameters)
Gets the specified IpAllocation by resource group.
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
Parameters
- options
- IpAllocationsGetParameters
Returns
patch(IpAllocationsUpdateTagsParameters)
Updates a IpAllocation tags.
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
Parameters
Returns
put(IpAllocationsCreateOrUpdateParameters)
Creates or updates an IpAllocation in the specified resource group.
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>