UNPKG

@azure/arm-monitor

Version:
28 lines 1.18 kB
import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { MetricNamespaces } from "../operationsInterfaces"; import { MonitorClient } from "../monitorClient"; import { MetricNamespace, MetricNamespacesListOptionalParams } from "../models"; /** Class containing MetricNamespaces operations. */ export declare class MetricNamespacesImpl implements MetricNamespaces { private readonly client; /** * Initialize a new instance of the class MetricNamespaces class. * @param client Reference to the service client */ constructor(client: MonitorClient); /** * Lists the metric namespaces for the resource. * @param resourceUri The identifier of the resource. * @param options The options parameters. */ list(resourceUri: string, options?: MetricNamespacesListOptionalParams): PagedAsyncIterableIterator<MetricNamespace>; private listPagingPage; private listPagingAll; /** * Lists the metric namespaces for the resource. * @param resourceUri The identifier of the resource. * @param options The options parameters. */ private _list; } //# sourceMappingURL=metricNamespaces.d.ts.map