MetricDefinitions interface

Interface representing a MetricDefinitions.

Methods

list(string, MetricDefinitionsListOptionalParams)

Lists the metric definitions for the resource.

Method Details

list(string, MetricDefinitionsListOptionalParams)

Lists the metric definitions for the resource.

function list(resourceUri: string, options?: MetricDefinitionsListOptionalParams): PagedAsyncIterableIterator<MetricDefinition, MetricDefinition[], PageSettings>

Parameters

resourceUri

string

The identifier of the resource.

options
MetricDefinitionsListOptionalParams

The options parameters.

Returns