SqlPoolOperationResults Interface

public interface SqlPoolOperationResults

Resource collection API of SqlPoolOperationResults.

Method Summary

Modifier and Type Method and Description
abstract Object getLocationHeaderResult(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId)

Get SQL pool operation status Get the status of a SQL pool operation.

abstract Response<Object> getLocationHeaderResultWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId, Context context)

Get SQL pool operation status Get the status of a SQL pool operation.

Method Details

getLocationHeaderResult

public abstract Object 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.

getLocationHeaderResultWithResponse

public abstract Response<Object> getLocationHeaderResultWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId, 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 along with Response<T>.

Applies to