Share via


IntegrationRuntimesGet interface

Methods

delete(RequestParameters)

Deletes an integration runtime.

get(RequestParameters)

Gets an integration runtime.

put(IntegrationRuntimesCreateOrReplaceParameters)

Creates or replaces an instance of integration runtime.

Method Details

delete(RequestParameters)

Deletes an integration runtime.

function delete(options?: RequestParameters): StreamableMethod<IntegrationRuntimesDelete204Response | IntegrationRuntimesDeleteDefaultResponse>

Parameters

Returns

get(RequestParameters)

Gets an integration runtime.

function get(options?: RequestParameters): StreamableMethod<IntegrationRuntimesGet200Response | IntegrationRuntimesGetDefaultResponse>

Parameters

Returns

put(IntegrationRuntimesCreateOrReplaceParameters)

Creates or replaces an instance of integration runtime.

function put(options: IntegrationRuntimesCreateOrReplaceParameters): StreamableMethod<IntegrationRuntimesCreateOrReplace200Response | IntegrationRuntimesCreateOrReplace201Response | IntegrationRuntimesCreateOrReplaceDefaultResponse>

Parameters

Returns