你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerRegistryImagePushedEventData 类

定义

Microsoft.ContainerRegistry.ImagePushed 事件的 EventGridEvent 的 Data 属性的架构。

[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
继承
ContainerRegistryImagePushedEventData
属性

属性

Action

包含所提供事件的操作。

(继承自 ContainerRegistryEventData)
Actor

启动事件的代理。 在大多数情况下,这可能来自请求的授权上下文。

(继承自 ContainerRegistryEventData)
ConnectedRegistry

如果事件是由连接的注册表生成的,则为连接的注册表信息。

(继承自 ContainerRegistryEventData)
Id

事件 ID。

(继承自 ContainerRegistryEventData)
Location

活动的位置。

(继承自 ContainerRegistryEventData)
Request

生成事件的请求。

(继承自 ContainerRegistryEventData)
Source

生成事件的注册表节点。 换句话说,当执行组件启动事件时,源会生成它。

(继承自 ContainerRegistryEventData)
Target

事件的目标。

(继承自 ContainerRegistryEventData)
Timestamp

发生事件的时间。

(继承自 ContainerRegistryEventData)

适用于