UNPKG

@azure/arm-monitor

Version:
12 lines 575 B
import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { MetricNamespace, MetricNamespacesListOptionalParams } from "../models"; /** Interface representing a MetricNamespaces. */ export interface MetricNamespaces { /** * 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>; } //# sourceMappingURL=metricNamespaces.d.ts.map