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