public interface Gets
Resource collection API of Gets.
  • Method Details

    • integrationRuntimeStartWithResponse

      com.azure.core.http.rest.Response<IntegrationRuntimeOperationStatus> integrationRuntimeStartWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • integrationRuntimeStart

      IntegrationRuntimeOperationStatus 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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • integrationRuntimeStopWithResponse

      com.azure.core.http.rest.Response<IntegrationRuntimeStopOperationStatus> integrationRuntimeStopWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • integrationRuntimeStop

      IntegrationRuntimeStopOperationStatus 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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • integrationRuntimeEnableInteractivequeryWithResponse

      com.azure.core.http.rest.Response<IntegrationRuntimeEnableinteractivequery> integrationRuntimeEnableInteractivequeryWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String integrationRuntimeOperationId, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • integrationRuntimeEnableInteractivequery

      IntegrationRuntimeEnableinteractivequery 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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.