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
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type EventDataCollectionModifier and TypeClassDescriptionfinal classRepresents collection of events.Methods in com.azure.resourcemanager.monitor.models that return EventDataCollectionModifier and TypeMethodDescriptionstatic EventDataCollectionEventDataCollection.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.