Uses of Class
com.azure.resourcemanager.monitor.fluent.models.EventDataInner
Packages that use EventDataInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of EventDataInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type EventDataInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<EventDataInner> Provides the list of records from the activity logs.com.azure.core.http.rest.PagedIterable
<EventDataInner> Provides the list of records from the activity logs.com.azure.core.http.rest.PagedIterable
<EventDataInner> TenantActivityLogsClient.list()
Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.com.azure.core.http.rest.PagedIterable
<EventDataInner> Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.com.azure.core.http.rest.PagedFlux
<EventDataInner> Provides the list of records from the activity logs.com.azure.core.http.rest.PagedFlux
<EventDataInner> Provides the list of records from the activity logs.com.azure.core.http.rest.PagedFlux
<EventDataInner> TenantActivityLogsClient.listAsync()
Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level.com.azure.core.http.rest.PagedFlux
<EventDataInner> Gets the Activity Logs for the Tenant.<br>Everything that is applicable to the API to get the Activity Logs for the subscription is applicable to this API (the parameters, $filter, etc.).<br>One thing to point out here is that this API does *not* retrieve the logs at the individual subscription of the tenant but only surfaces the logs that were generated at the tenant level. -
Uses of EventDataInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return EventDataInnerModifier and TypeMethodDescriptionstatic EventDataInner
EventDataInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EventDataInner from the JsonReader. -
Uses of EventDataInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type EventDataInnerModifier and TypeMethodDescriptionEventDataCollection.value()
Get the value property: this list that includes the Azure audit logs.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type EventDataInnerModifier and TypeMethodDescriptionEventDataCollection.withValue
(List<EventDataInner> value) Set the value property: this list that includes the Azure audit logs.