ContainerRegistryArtifactEventData interface
The content of the event request message.
Properties
action | The action that encompasses the provided event. |
id | The event ID. |
target | The target of the event. |
timestamp | The time at which the event occurred. |
Property Details
action
The action that encompasses the provided event.
action?: string
Property Value
string
id
The event ID.
id?: string
Property Value
string
target
The target of the event.
target?: ContainerRegistryArtifactEventTarget
Property Value
timestamp
The time at which the event occurred.
timestamp?: Date
Property Value
Date
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript