Compartir a través de


Usages interface

Interface representing a Usages.

Methods

list(string, string, UsagesListOptionalParams)

Gets a list of usage metrics for a workspace.

Method Details

list(string, string, UsagesListOptionalParams)

Gets a list of usage metrics for a workspace.

function list(resourceGroupName: string, workspaceName: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<UsageMetric, UsageMetric[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

options
UsagesListOptionalParams

The options parameters.

Returns