Uses of Class
com.azure.messaging.eventgrid.systemevents.ContainerRegistryEventData
Packages that use ContainerRegistryEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of ContainerRegistryEventData in com.azure.messaging.eventgrid.systemevents
Subclasses of ContainerRegistryEventData in com.azure.messaging.eventgrid.systemeventsModifier and TypeClassDescriptionfinal classSchema of the Data property of an EventGridEvent for a Microsoft.ContainerRegistry.ImageDeleted event.final classSchema of the Data property of an EventGridEvent for a Microsoft.ContainerRegistry.ImagePushed event.Methods in com.azure.messaging.eventgrid.systemevents that return ContainerRegistryEventDataModifier and TypeMethodDescriptionSet the action property: The action that encompasses the provided event.ContainerRegistryEventData.setActor(ContainerRegistryEventActor actor) Set the actor property: The agent that initiated the event.ContainerRegistryEventData.setConnectedRegistry(ContainerRegistryEventConnectedRegistry connectedRegistry) Set the connectedRegistry property: The connected registry information if the event is generated by a connected registry.Set the id property: The event ID.ContainerRegistryEventData.setLocation(String location) Set the location property: The location of the event.ContainerRegistryEventData.setRequest(ContainerRegistryEventRequest request) Set the request property: The request that generated the event.ContainerRegistryEventData.setSource(ContainerRegistryEventSource source) Set the source property: The registry node that generated the event.ContainerRegistryEventData.setTarget(ContainerRegistryEventTarget target) Set the target property: The target of the event.ContainerRegistryEventData.setTimestamp(OffsetDateTime timestamp) Set the timestamp property: The time at which the event occurred.