Interface ActivityLogs
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.monitor.implementation.ActivityLogsInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>
public interface ActivityLogs extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.monitor.implementation.ActivityLogsInner>Entry point for Monitor Activity logs API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceActivityLogs.ActivityLogsQueryDefinitionThe entirety of a Activity Logs query definition.static interfaceActivityLogs.ActivityLogsQueryDefinitionStagesGrouping of Activity log query stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataStartTimeFilterdefineQuery()Begins a definition for a new Activity log query.List<LocalizableString>listEventCategories()Lists available event categories supported in the Activity Logs Service.rx.Observable<LocalizableString>listEventCategoriesAsync()Lists available event categories supported in the Activity Logs Service.
-
-
-
Method Detail
-
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
ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataStartTimeFilter defineQuery()
Begins a definition for a new Activity log query.- Returns:
- the stage of start time filter definition.
-
-