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>