IntegrationRuntimeNodeIpAddressOperations interface

Interface representing a IntegrationRuntimeNodeIpAddressOperations.

Methods

get(string, string, string, string, IntegrationRuntimeNodeIpAddressGetOptionalParams)

Get the IP address of an integration runtime node

Method Details

get(string, string, string, string, IntegrationRuntimeNodeIpAddressGetOptionalParams)

Get the IP address of an integration runtime node

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

integrationRuntimeName

string

Integration runtime name

nodeName

string

Integration runtime node name

options
IntegrationRuntimeNodeIpAddressGetOptionalParams

The options parameters.

Returns