IntegrationRuntimeNodes interface

Interface representing a IntegrationRuntimeNodes.

Methods

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

Deletes a self-hosted integration runtime node.

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

Gets a self-hosted integration runtime node.

getIpAddress(string, string, string, string, IntegrationRuntimeNodesGetIpAddressOptionalParams)

Get the IP address of self-hosted integration runtime node.

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

Updates a self-hosted integration runtime node.

Method Details

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

Deletes a self-hosted integration runtime node.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

integrationRuntimeName

string

The integration runtime name.

nodeName

string

The integration runtime node name.

options
IntegrationRuntimeNodesDeleteOptionalParams

The options parameters.

Returns

Promise<void>

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

Gets a self-hosted integration runtime node.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

integrationRuntimeName

string

The integration runtime name.

nodeName

string

The integration runtime node name.

options
IntegrationRuntimeNodesGetOptionalParams

The options parameters.

Returns

getIpAddress(string, string, string, string, IntegrationRuntimeNodesGetIpAddressOptionalParams)

Get the IP address of self-hosted integration runtime node.

function getIpAddress(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetIpAddressOptionalParams): Promise<IntegrationRuntimeNodeIpAddress>

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

integrationRuntimeName

string

The integration runtime name.

nodeName

string

The integration runtime node name.

options
IntegrationRuntimeNodesGetIpAddressOptionalParams

The options parameters.

Returns

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

Updates a self-hosted integration runtime node.

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

integrationRuntimeName

string

The integration runtime name.

nodeName

string

The integration runtime node name.

updateIntegrationRuntimeNodeRequest
UpdateIntegrationRuntimeNodeRequest

The parameters for updating an integration runtime node.

options
IntegrationRuntimeNodesUpdateOptionalParams

The options parameters.

Returns