SqlPoolUsages interface

Interface representing a SqlPoolUsages.

Methods

list(string, string, string, SqlPoolUsagesListOptionalParams)

Gets SQL pool usages.

Method Details

list(string, string, string, SqlPoolUsagesListOptionalParams)

Gets SQL pool usages.

function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolUsagesListOptionalParams): PagedAsyncIterableIterator<SqlPoolUsage, SqlPoolUsage[], 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

options
SqlPoolUsagesListOptionalParams

The options parameters.

Returns