Uses of Class
com.azure.messaging.eventgrid.systemevents.ContainerRegistryImagePushedEventData
Packages that use ContainerRegistryImagePushedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of ContainerRegistryImagePushedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return ContainerRegistryImagePushedEventDataModifier and TypeMethodDescriptionSet the action property: The action that encompasses the provided event.ContainerRegistryImagePushedEventData.setActor(ContainerRegistryEventActor actor) Set the actor property: The agent that initiated the event.ContainerRegistryImagePushedEventData.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.ContainerRegistryImagePushedEventData.setLocation(String location) Set the location property: The location of the event.ContainerRegistryImagePushedEventData.setRequest(ContainerRegistryEventRequest request) Set the request property: The request that generated the event.ContainerRegistryImagePushedEventData.setSource(ContainerRegistryEventSource source) Set the source property: The registry node that generated the event.ContainerRegistryImagePushedEventData.setTarget(ContainerRegistryEventTarget target) Set the target property: The target of the event.ContainerRegistryImagePushedEventData.setTimestamp(OffsetDateTime timestamp) Set the timestamp property: The time at which the event occurred.