@azure/arm-monitor
Version:
A generated SDK for MonitorClient.
28 lines • 1.19 kB
TypeScript
import { PagedAsyncIterableIterator } from "@azure/core-paging";
import { MetricDefinitions } from "../operationsInterfaces";
import { MonitorClient } from "../monitorClient";
import { MetricDefinition, MetricDefinitionsListOptionalParams } from "../models";
/** Class containing MetricDefinitions operations. */
export declare class MetricDefinitionsImpl implements MetricDefinitions {
private readonly client;
/**
* Initialize a new instance of the class MetricDefinitions class.
* @param client Reference to the service client
*/
constructor(client: MonitorClient);
/**
* Lists the metric definitions for the resource.
* @param resourceUri The identifier of the resource.
* @param options The options parameters.
*/
list(resourceUri: string, options?: MetricDefinitionsListOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
private listPagingPage;
private listPagingAll;
/**
* Lists the metric definitions for the resource.
* @param resourceUri The identifier of the resource.
* @param options The options parameters.
*/
private _list;
}
//# sourceMappingURL=metricDefinitions.d.ts.map