Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventCategories

Package version

Class representing a EventCategories.

Hierarchy

  • EventCategories

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • list(options?: msRest.RequestOptionsBase): Promise<Models.EventCategoriesListResponse>
  • list(callback: msRest.ServiceCallback<EventCategoryCollection>): void
  • list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<EventCategoryCollection>): void
  • Get the list of available event categories supported in the Activity Logs Service.
    The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.

    Parameters

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.EventCategoriesListResponse>

    Promise<Models.EventCategoriesListResponse>

  • Parameters

    Returns void

  • Parameters

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<EventCategoryCollection>

      The callback

    Returns void

Generated using TypeDoc