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>