SqlPoolOperations Interface
public interface SqlPoolOperations
Resource collection API of SqlPoolOperations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
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. |
|
abstract
Paged |
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. |
Method Details
list
public abstract PagedIterable<SqlPoolOperation> 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:
Returns:
list
public abstract PagedIterable<SqlPoolOperation> 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:
Returns: