Interface ActivityLogs
- All Superinterfaces:
HasInner<com.microsoft.azure.management.monitor.implementation.ActivityLogsInner>
,HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>
public interface ActivityLogs
extends HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, HasInner<com.microsoft.azure.management.monitor.implementation.ActivityLogsInner>
Entry point for Monitor Activity logs API.
-
Nested Class Summary
Modifier 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.Lists available event categories supported in the Activity Logs Service.rx.Observable<LocalizableString>
Lists available event categories supported in the Activity Logs Service.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
-
Method Details
-
listEventCategories
List<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
rx.Observable<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.
-