IntegrationRuntimeConnectionInfos Interface

public interface IntegrationRuntimeConnectionInfos

Resource collection API of IntegrationRuntimeConnectionInfos.

Method Summary

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

Get integration runtime connection info Get connection info for an integration runtime.

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

Get integration runtime connection info Get connection info for an integration runtime.

Method Details

get

public abstract IntegrationRuntimeConnectionInfo get(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Get integration runtime connection info Get connection info for an integration runtime.

Parameters:

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

Returns:

connection info for an integration runtime.

getWithResponse

public abstract Response<IntegrationRuntimeConnectionInfo> getWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

Get integration runtime connection info Get connection info for an integration runtime.

Parameters:

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

Returns:

connection info for an integration runtime along with Response<T>.

Applies to