ContainerRegistryEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |