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:
Returns:
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:
Returns: