Delen via


IntegrationRuntimes interface

Interface die een IntegrationRuntimes vertegenwoordigt.

Methoden

get(string, IntegrationRuntimesGetOptionalParams)

Integration Runtime ophalen

list(IntegrationRuntimesListOptionalParams)

Integratieruntimes vermelden

Methodedetails

get(string, IntegrationRuntimesGetOptionalParams)

Integration Runtime ophalen

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

Parameters

integrationRuntimeName

string

De naam van Integration Runtime

options
IntegrationRuntimesGetOptionalParams

De optiesparameters.

Retouren

list(IntegrationRuntimesListOptionalParams)

Integratieruntimes vermelden

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

Parameters

options
IntegrationRuntimesListOptionalParams

De optiesparameters.

Retouren