Share via


IntegrationRuntimes interface

Interface representing a IntegrationRuntimes.

Methods

get(string, IntegrationRuntimesGetOptionalParams)

Get Integration Runtime

list(IntegrationRuntimesListOptionalParams)

List Integration Runtimes

Method Details

get(string, IntegrationRuntimesGetOptionalParams)

Get Integration Runtime

function get(integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>

Parameters

integrationRuntimeName

string

The Integration Runtime name

options
IntegrationRuntimesGetOptionalParams

The options parameters.

Returns

list(IntegrationRuntimesListOptionalParams)

List Integration Runtimes

function list(options?: IntegrationRuntimesListOptionalParams): Promise<IntegrationRuntimeListResponse>

Parameters

options
IntegrationRuntimesListOptionalParams

The options parameters.

Returns