IntegrationRuntimesGet interface
메서드
| delete(Request |
통합 런타임을 삭제합니다. |
| get(Request |
통합 런타임을 가져옵니다. |
| put(Integration |
통합 런타임 인스턴스를 만들거나 대체합니다. |
메서드 세부 정보
delete(RequestParameters)
통합 런타임을 삭제합니다.
function delete(options?: RequestParameters): StreamableMethod<IntegrationRuntimesDelete204Response | IntegrationRuntimesDeleteDefaultResponse>
매개 변수
- options
- RequestParameters
반환
get(RequestParameters)
통합 런타임을 가져옵니다.
function get(options?: RequestParameters): StreamableMethod<IntegrationRuntimesGet200Response | IntegrationRuntimesGetDefaultResponse>
매개 변수
- options
- RequestParameters
반환
put(IntegrationRuntimesCreateOrReplaceParameters)
통합 런타임 인스턴스를 만들거나 대체합니다.
function put(options: IntegrationRuntimesCreateOrReplaceParameters): StreamableMethod<IntegrationRuntimesCreateOrReplace200Response | IntegrationRuntimesCreateOrReplace201Response | IntegrationRuntimesCreateOrReplaceDefaultResponse>