SqlPoolOperationResultsClient Interface

public interface SqlPoolOperationResultsClient

An instance of this class provides access to all the operations defined in SqlPoolOperationResultsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<SqlPoolInner>,SqlPoolInner> beginGetLocationHeaderResult(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId)

Get SQL pool operation status

abstract SyncPoller<PollResult<SqlPoolInner>,SqlPoolInner> beginGetLocationHeaderResult(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId, Context context)

Get SQL pool operation status

abstract SqlPoolInner getLocationHeaderResult(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId)

Get SQL pool operation status

abstract SqlPoolInner getLocationHeaderResult(String resourceGroupName, String workspaceName, String sqlPoolName, String operationId, Context context)

Get SQL pool operation status

Method Details

beginGetLocationHeaderResult

public abstract SyncPoller<>,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<T,U> for polling of the status of a SQL pool operation.

beginGetLocationHeaderResult

public abstract SyncPoller<>,SqlPoolInner> beginGetLocationHeaderResult(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 SyncPoller<T,U> for polling of the status of a SQL pool operation.

getLocationHeaderResult

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

getLocationHeaderResult

public abstract SqlPoolInner getLocationHeaderResult(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.

Applies to