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.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript