IntegrationRuntimeNodeIpAddressOperationsClient Interface

public interface IntegrationRuntimeNodeIpAddressOperationsClient

An instance of this class provides access to all the operations defined in IntegrationRuntimeNodeIpAddressOperationsClient.

Method Summary

Modifier and Type Method and Description
abstract IntegrationRuntimeNodeIpAddressInner get(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName)

Get integration runtime node IP address

abstract Response<IntegrationRuntimeNodeIpAddressInner> getWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName, Context context)

Get integration runtime node IP address

Method Details

get

public abstract IntegrationRuntimeNodeIpAddressInner get(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName)

Get integration runtime node IP address

Get the IP address of an integration runtime node.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.
nodeName - Integration runtime node name.

Returns:

the IP address of an integration runtime node.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName, Context context)

Get integration runtime node IP address

Get the IP address of an integration runtime node.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.
nodeName - Integration runtime node name.
context - The context to associate with this operation.

Returns:

the IP address of an integration runtime node along with Response<T>.

Applies to