UNPKG

@azure/arm-monitor

Version:
12 lines 655 B
import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { LocalizableString, EventCategoriesListOptionalParams } from "../models"; /** Interface representing a EventCategories. */ export interface EventCategories { /** * Get the list of available event categories supported in the Activity Logs Service.<br>The current * list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy. * @param options The options parameters. */ list(options?: EventCategoriesListOptionalParams): PagedAsyncIterableIterator<LocalizableString>; } //# sourceMappingURL=eventCategories.d.ts.map