Interface SqlPoolOperationResults


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

    • getLocationHeaderResult

      SqlPool getLocationHeaderResult(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId)
      Get SQL pool operation status

      Get the status of a SQL pool operation.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      operationId - Operation ID.
      Returns:
      the status of a SQL pool operation.
      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.
    • getLocationHeaderResult

      SqlPool getLocationHeaderResult(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId, com.azure.core.util.Context context)
      Get SQL pool operation status

      Get the status of a SQL pool operation.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      operationId - Operation ID.
      context - The context to associate with this operation.
      Returns:
      the status of a SQL pool operation.
      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.