Share via


ContainerRegistryEventData Class

Definition

The content of the event request message.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryEventData+ContainerRegistryEventDataConverter))]
public class ContainerRegistryEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryEventData+ContainerRegistryEventDataConverter))>]
type ContainerRegistryEventData = class
Public Class ContainerRegistryEventData
Inheritance
ContainerRegistryEventData
Derived
Attributes

Properties

Action

The action that encompasses the provided event.

Actor

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

ConnectedRegistry

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

Id

The event ID.

Location

The location of the event.

Request

The request that generated the event.

Source

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

Target

The target of the event.

Timestamp

The time at which the event occurred.

Applies to