IpAllocationsDelete interface
方法
| delete(Ip |
删除指定的 IpAllocation。 |
| get(Ip |
按资源组获取指定的 IpAllocation。 |
| patch(Ip |
更新 IpAllocation 标记。 |
| put(Ip |
在指定的资源组中创建或更新 IpAllocation。 |
方法详细信息
delete(IpAllocationsDeleteParameters)
删除指定的 IpAllocation。
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
参数
- options
- IpAllocationsDeleteParameters
返回
get(IpAllocationsGetParameters)
按资源组获取指定的 IpAllocation。
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
参数
- options
- IpAllocationsGetParameters
返回
patch(IpAllocationsUpdateTagsParameters)
更新 IpAllocation 标记。
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
参数
返回
put(IpAllocationsCreateOrUpdateParameters)
在指定的资源组中创建或更新 IpAllocation。
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>