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)

適用対象