Share via


ContainerRegistryWebhookEventContent Class

Definition

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>
public class ContainerRegistryWebhookEventContent
type ContainerRegistryWebhookEventContent = class
    interface IJsonModel<ContainerRegistryWebhookEventContent>
    interface IPersistableModel<ContainerRegistryWebhookEventContent>
type ContainerRegistryWebhookEventContent = class
Public Class ContainerRegistryWebhookEventContent
Implements IJsonModel(Of ContainerRegistryWebhookEventContent), IPersistableModel(Of ContainerRegistryWebhookEventContent)
Public Class 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.

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