Uses of Class
com.azure.resourcemanager.monitor.models.EventDataCollection
-
Packages that use EventDataCollection Package Description com.azure.resourcemanager.monitor.models 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 EventDataCollection Modifier and Type Method Description EventDataCollectionEventDataCollection. withNextLink(String nextLink)Set the nextLink property: Provides the link to retrieve the next set of events.EventDataCollectionEventDataCollection. withValue(List<EventDataInner> value)Set the value property: this list that includes the Azure audit logs.
-