Metrics interface

Interface representing a Metrics.

Methods

list(string, MetricsListOptionalParams)

Lists the metric values for a resource.

Method Details

list(string, MetricsListOptionalParams)

Lists the metric values for a resource.

function list(resourceUri: string, options?: MetricsListOptionalParams): Promise<Response_2>

Parameters

resourceUri

string

The identifier of the resource.

options
MetricsListOptionalParams

The options parameters.

Returns

Promise<Response>