IntegrationRuntimeStatusOperations Interface

public interface IntegrationRuntimeStatusOperations

Resource collection API of IntegrationRuntimeStatusOperations.

Method Summary

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

Get integration runtime status Get the integration runtime status.

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

Get integration runtime status Get the integration runtime status.

Method Details

get

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

Get integration runtime status Get the integration runtime status.

Parameters:

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

Returns:

the integration runtime status.

getWithResponse

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

Get integration runtime status Get the integration runtime status.

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:

the integration runtime status along with Response<T>.

Applies to