ProximityPlacementGroupsCreateOrUpdate interface
메서드
| delete(Proximity |
근접 배치 그룹을 삭제합니다. |
| get(Proximity |
근접 배치 그룹에 대한 정보를 검색합니다. |
| patch(Proximity |
근접 배치 그룹을 업데이트합니다. |
| put(Proximity |
근접 배치 그룹을 만들거나 업데이트합니다. |
메서드 세부 정보
delete(ProximityPlacementGroupsDeleteParameters)
근접 배치 그룹을 삭제합니다.
function delete(options: ProximityPlacementGroupsDeleteParameters): StreamableMethod<ProximityPlacementGroupsDelete200Response | ProximityPlacementGroupsDeleteDefaultResponse>
매개 변수
반환
get(ProximityPlacementGroupsGetParameters)
근접 배치 그룹에 대한 정보를 검색합니다.
function get(options: ProximityPlacementGroupsGetParameters): StreamableMethod<ProximityPlacementGroupsGet200Response | ProximityPlacementGroupsGetDefaultResponse>
매개 변수
반환
patch(ProximityPlacementGroupsUpdateParameters)
근접 배치 그룹을 업데이트합니다.
function patch(options: ProximityPlacementGroupsUpdateParameters): StreamableMethod<ProximityPlacementGroupsUpdate200Response | ProximityPlacementGroupsUpdateDefaultResponse>
매개 변수
반환
put(ProximityPlacementGroupsCreateOrUpdateParameters)
근접 배치 그룹을 만들거나 업데이트합니다.
function put(options: ProximityPlacementGroupsCreateOrUpdateParameters): StreamableMethod<ProximityPlacementGroupsCreateOrUpdate200Response | ProximityPlacementGroupsCreateOrUpdate201Response | ProximityPlacementGroupsCreateOrUpdateDefaultResponse>