SqlPoolOperationsClient Interface

public interface SqlPoolOperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<SqlPoolOperationInner> list(String resourceGroupName, String workspaceName, String sqlPoolName)

Gets a list of operations performed on the SQL pool

abstract PagedIterable<SqlPoolOperationInner> list(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Gets a list of operations performed on the SQL pool

Method Details

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName, String sqlPoolName)

Gets a list of operations performed on the SQL pool

Gets a list of operations performed on the SQL pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.

Returns:

a list of operations performed on the SQL pool as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Gets a list of operations performed on the SQL pool

Gets a list of operations performed on the SQL pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
context - The context to associate with this operation.

Returns:

a list of operations performed on the SQL pool as paginated response with PagedIterable<T>.

Applies to