Interface SqlPoolOperationResultsClient


public interface SqlPoolOperationResultsClient
An instance of this class provides access to all the operations defined in SqlPoolOperationResultsClient.
  • Method Details

    • beginGetLocationHeaderResult

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlPoolInner>,SqlPoolInner> beginGetLocationHeaderResult(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 SyncPoller for polling of 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.
    • beginGetLocationHeaderResult

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlPoolInner>,SqlPoolInner> beginGetLocationHeaderResult(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 SyncPoller for polling of 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

      SqlPoolInner 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

      SqlPoolInner 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.