IntegrationRuntimesGet interface
Methods
| delete(Request |
Deletes an integration runtime. |
| get(Request |
Gets an integration runtime. |
| put(Integration |
Creates or replaces an instance of integration runtime. |
Method Details
delete(RequestParameters)
Deletes an integration runtime.
function delete(options?: RequestParameters): StreamableMethod<IntegrationRuntimesDelete204Response | IntegrationRuntimesDeleteDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Gets an integration runtime.
function get(options?: RequestParameters): StreamableMethod<IntegrationRuntimesGet200Response | IntegrationRuntimesGetDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(IntegrationRuntimesCreateOrReplaceParameters)
Creates or replaces an instance of integration runtime.
function put(options: IntegrationRuntimesCreateOrReplaceParameters): StreamableMethod<IntegrationRuntimesCreateOrReplace200Response | IntegrationRuntimesCreateOrReplace201Response | IntegrationRuntimesCreateOrReplaceDefaultResponse>