EventCategoriesClient Interface
public interface EventCategoriesClient
An instance of this class provides access to all the operations defined in EventCategoriesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
Get the list of available event categories supported in the Activity Logs Service. |
abstract
Paged |
list(Context context)
Get the list of available event categories supported in the Activity Logs Service. |
abstract
Paged |
listAsync()
Get the list of available event categories supported in the Activity Logs Service. |
Method Details
list
public abstract PagedIterable
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.
Returns:
list
public abstract PagedIterable
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:
Returns:
listAsync
public abstract PagedFlux
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.
Returns:
Applies to
Azure SDK for Java