Interface SqlPoolOperationResults


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

      • getLocationHeaderResult

        Object getLocationHeaderResult​(String resourceGroupName,
                                       String workspaceName,
                                       String sqlPoolName,
                                       String operationId)
        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.
      • getLocationHeaderResultWithResponse

        com.azure.core.http.rest.Response<Object> getLocationHeaderResultWithResponse​(String resourceGroupName,
                                                                                      String workspaceName,
                                                                                      String sqlPoolName,
                                                                                      String operationId,
                                                                                      com.azure.core.util.Context context)
        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 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.