Uses of Class
com.azure.resourcemanager.monitor.models.EventDataCollection
Packages that use EventDataCollection
Package
Description
Package containing the data models for MonitorClient.
-
Uses of EventDataCollection in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return EventDataCollectionModifier and TypeMethodDescriptionstatic EventDataCollection
EventDataCollection.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EventDataCollection from the JsonReader.EventDataCollection.withNextLink
(String nextLink) Set the nextLink property: Provides the link to retrieve the next set of events.EventDataCollection.withValue
(List<EventDataInner> value) Set the value property: this list that includes the Azure audit logs.