Interface ActivityLogs
- All Superinterfaces:
HasManager<MonitorManager>
Entry point for Monitor Activity logs API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of a Activity Logs query definition.static interface
Grouping of Activity log query stages. -
Method Summary
Modifier and TypeMethodDescriptionBegins a definition for a new Activity log query.com.azure.core.http.rest.PagedIterable
<LocalizableString> Lists available event categories supported in the Activity Logs Service.com.azure.core.http.rest.PagedFlux
<LocalizableString> Lists available event categories supported in the Activity Logs Service.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Method Details
-
listEventCategories
com.azure.core.http.rest.PagedIterable<LocalizableString> listEventCategories()Lists available event categories supported in the Activity Logs Service.- Returns:
- list of available event categories supported in the Activity Logs Service.
-
listEventCategoriesAsync
com.azure.core.http.rest.PagedFlux<LocalizableString> listEventCategoriesAsync()Lists available event categories supported in the Activity Logs Service.- Returns:
- list of available event categories supported in the Activity Logs Service.
-
defineQuery
Begins a definition for a new Activity log query.- Returns:
- the stage of start time filter definition.
-