Share via


ContainerRegistryImagePushedEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.ContainerRegistry.ImagePushed event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryImagePushedEventData+ContainerRegistryImagePushedEventDataConverter))]
public class ContainerRegistryImagePushedEventData : Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryImagePushedEventData+ContainerRegistryImagePushedEventDataConverter))>]
type ContainerRegistryImagePushedEventData = class
    inherit ContainerRegistryEventData
Public Class ContainerRegistryImagePushedEventData
Inherits ContainerRegistryEventData
Inheritance
ContainerRegistryImagePushedEventData
Attributes

Properties

Action

The action that encompasses the provided event.

(Inherited from ContainerRegistryEventData)
Actor

The agent that initiated the event. For most situations, this could be from the authorization context of the request.

(Inherited from ContainerRegistryEventData)
ConnectedRegistry

The connected registry information if the event is generated by a connected registry.

(Inherited from ContainerRegistryEventData)
Id

The event ID.

(Inherited from ContainerRegistryEventData)
Location

The location of the event.

(Inherited from ContainerRegistryEventData)
Request

The request that generated the event.

(Inherited from ContainerRegistryEventData)
Source

The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.

(Inherited from ContainerRegistryEventData)
Target

The target of the event.

(Inherited from ContainerRegistryEventData)
Timestamp

The time at which the event occurred.

(Inherited from ContainerRegistryEventData)

Applies to