GetsClient Interface

public interface GetsClient

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

Method Summary

Modifier and Type Method and Description
abstract IntegrationRuntimeEnableinteractivequeryInner integrationRuntimeEnableInteractivequery(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId)

Get integration runtime enable interactivequery operation status

abstract Response<IntegrationRuntimeEnableinteractivequeryInner> integrationRuntimeEnableInteractivequeryWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, Context context)

Get integration runtime enable interactivequery operation status

abstract IntegrationRuntimeOperationStatusInner integrationRuntimeStart(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId)

Get integration runtime start operation status

abstract Response<IntegrationRuntimeOperationStatusInner> integrationRuntimeStartWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, Context context)

Get integration runtime start operation status

abstract IntegrationRuntimeStopOperationStatusInner integrationRuntimeStop(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId)

Get integration runtime stop operation status

abstract Response<IntegrationRuntimeStopOperationStatusInner> integrationRuntimeStopWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, Context context)

Get integration runtime stop operation status

Method Details

integrationRuntimeEnableInteractivequery

public abstract IntegrationRuntimeEnableinteractivequeryInner integrationRuntimeEnableInteractivequery(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId)

Get integration runtime enable interactivequery operation status

Get an integration runtime enable interactivequery operation status.

Parameters:

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

Returns:

an integration runtime enable interactivequery operation status.

integrationRuntimeEnableInteractivequeryWithResponse

public abstract Response integrationRuntimeEnableInteractivequeryWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, Context context)

Get integration runtime enable interactivequery operation status

Get an integration runtime enable interactivequery operation status.

Parameters:

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

Returns:

an integration runtime enable interactivequery operation status along with Response<T>.

integrationRuntimeStart

public abstract IntegrationRuntimeOperationStatusInner integrationRuntimeStart(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId)

Get integration runtime start operation status

Get an integration runtime start operation status.

Parameters:

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

Returns:

an integration runtime start operation status.

integrationRuntimeStartWithResponse

public abstract Response integrationRuntimeStartWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, Context context)

Get integration runtime start operation status

Get an integration runtime start operation status.

Parameters:

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

Returns:

an integration runtime start operation status along with Response<T>.

integrationRuntimeStop

public abstract IntegrationRuntimeStopOperationStatusInner integrationRuntimeStop(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId)

Get integration runtime stop operation status

Get an integration runtime stop operation status.

Parameters:

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

Returns:

an integration runtime stop operation status.

integrationRuntimeStopWithResponse

public abstract Response integrationRuntimeStopWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, Context context)

Get integration runtime stop operation status

Get an integration runtime stop operation status.

Parameters:

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

Returns:

an integration runtime stop operation status along with Response<T>.

Applies to