Freigeben über


IntegrationRuntimes interface

Schnittstelle, die eine IntegrationRuntimes darstellt.

Methoden

get(string, IntegrationRuntimesGetOptionalParams)

Integrationslaufzeit abrufen

list(IntegrationRuntimesListOptionalParams)

Listenintegrationslaufzeiten

Details zur Methode

get(string, IntegrationRuntimesGetOptionalParams)

Integrationslaufzeit abrufen

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

Parameter

integrationRuntimeName

string

Der Name der Integrationslaufzeit

options
IntegrationRuntimesGetOptionalParams

Die Optionsparameter.

Gibt zurück

list(IntegrationRuntimesListOptionalParams)

Listenintegrationslaufzeiten

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

Parameter

options
IntegrationRuntimesListOptionalParams

Die Optionsparameter.

Gibt zurück