Uses of Class
com.azure.resourcemanager.containerregistry.models.EventListResult
Packages that use EventListResult
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of EventListResult in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return EventListResultModifier and TypeMethodDescriptionstatic EventListResultEventListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EventListResult from the JsonReader.EventListResult.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next list of events.EventListResult.withValue(List<EventInner> value) Set the value property: The list of events.