ActivityLogs Interface
Implements
public interface ActivityLogs
extends HasManager<MonitorManager>
Entry point for Monitor Activity logs API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
defineQuery()
Begins a definition for a new Activity log query. |
abstract
Paged |
listEventCategories()
Lists available event categories supported in the Activity Logs Service. |
abstract
Paged |
listEventCategoriesAsync()
Lists available event categories supported in the Activity Logs Service. |
Method Details
defineQuery
public abstract ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataStartTimeFilter defineQuery()
Begins a definition for a new Activity log query.
Returns:
listEventCategories
public abstract PagedIterable
Lists available event categories supported in the Activity Logs Service.
Returns:
listEventCategoriesAsync
public abstract PagedFlux
Lists available event categories supported in the Activity Logs Service.
Returns:
Applies to
Azure SDK for Java