ContainerRegistryWebhookEventContent 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.
public class ContainerRegistryWebhookEventContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventContent>
type ContainerRegistryWebhookEventContent = class
interface IJsonModel<ContainerRegistryWebhookEventContent>
interface IPersistableModel<ContainerRegistryWebhookEventContent>
Public Class ContainerRegistryWebhookEventContent
Implements IJsonModel(Of ContainerRegistryWebhookEventContent), IPersistableModel(Of ContainerRegistryWebhookEventContent)
- Inheritance
-
ContainerRegistryWebhookEventContent
- Implements
Properties
Action |
The action that encompasses the provided event. |
ActorName |
The subject or username associated with the request context that generated the event. |
Id |
The event ID. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerRegistryWebhookEventContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerRegistryWebhookEventContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerRegistryWebhookEventContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerRegistryWebhookEventContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerRegistryWebhookEventContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET