@azure/arm-monitor
Version:
A generated SDK for MonitorClient.
12 lines • 575 B
TypeScript
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