SqlPoolOperations interface  
Interface representing a SqlPoolOperations.
Methods
| list(string, string, string, Sql | Gets a list of operations performed on the SQL pool. | 
Method Details
		list(string, string, string, SqlPoolOperationsListOptionalParams)
	     
	Gets a list of operations performed on the SQL pool.
function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolOperationsListOptionalParams): PagedAsyncIterableIterator<SqlPoolOperation, SqlPoolOperation[], PageSettings>Parameters
- resourceGroupName
- 
				string 
The name of the resource group. The name is case insensitive.
- workspaceName
- 
				string 
The name of the workspace.
- sqlPoolName
- 
				string 
SQL pool name
The options parameters.