Delen via


IntegrationRuntimeNodes interface

Interface die een IntegrationRuntimeNodes vertegenwoordigt.

Methoden

delete(string, string, string, string, IntegrationRuntimeNodesDeleteOptionalParams)

Een integration runtime-knooppunt verwijderen

get(string, string, string, string, IntegrationRuntimeNodesGetOptionalParams)

Een integration runtime-knooppunt ophalen

update(string, string, string, string, UpdateIntegrationRuntimeNodeRequest, IntegrationRuntimeNodesUpdateOptionalParams)

Een integration runtime-knooppunt maken

Methodedetails

delete(string, string, string, string, IntegrationRuntimeNodesDeleteOptionalParams)

Een integration runtime-knooppunt verwijderen

function delete(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

nodeName

string

Naam van integratieruntime-knooppunt

options
IntegrationRuntimeNodesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, string, IntegrationRuntimeNodesGetOptionalParams)

Een integration runtime-knooppunt ophalen

function get(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

nodeName

string

Naam van integratieruntime-knooppunt

options
IntegrationRuntimeNodesGetOptionalParams

De optiesparameters.

Retouren

update(string, string, string, string, UpdateIntegrationRuntimeNodeRequest, IntegrationRuntimeNodesUpdateOptionalParams)

Een integration runtime-knooppunt maken

function update(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

integrationRuntimeName

string

Naam van integratieruntime

nodeName

string

Naam van integratieruntime-knooppunt

updateIntegrationRuntimeNodeRequest
UpdateIntegrationRuntimeNodeRequest

De parameters voor het bijwerken van een integration runtime-knooppunt.

options
IntegrationRuntimeNodesUpdateOptionalParams

De optiesparameters.

Retouren