ContainerRegistryImagePushedEventData 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.
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
- 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
Azure SDK for .NET