IntegrationRuntimeNodeIpAddressOperations Interface

public interface IntegrationRuntimeNodeIpAddressOperations

Resource collection API of IntegrationRuntimeNodeIpAddressOperations.

Method Summary

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

Get integration runtime node IP address Get the IP address of an integration runtime node.

abstract Response<IntegrationRuntimeNodeIpAddress> 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.

Method Details

get

public abstract IntegrationRuntimeNodeIpAddress 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<IntegrationRuntimeNodeIpAddress> 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