Share via


ContainerRegistryWebhookEvent Class

Definition

The event for a webhook.

public class ContainerRegistryWebhookEvent : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEvent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEvent>
public class ContainerRegistryWebhookEvent : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventInfo
type ContainerRegistryWebhookEvent = class
    inherit ContainerRegistryWebhookEventInfo
    interface IJsonModel<ContainerRegistryWebhookEvent>
    interface IPersistableModel<ContainerRegistryWebhookEvent>
type ContainerRegistryWebhookEvent = class
    inherit ContainerRegistryWebhookEventInfo
Public Class ContainerRegistryWebhookEvent
Inherits ContainerRegistryWebhookEventInfo
Implements IJsonModel(Of ContainerRegistryWebhookEvent), IPersistableModel(Of ContainerRegistryWebhookEvent)
Public Class ContainerRegistryWebhookEvent
Inherits ContainerRegistryWebhookEventInfo
Inheritance
ContainerRegistryWebhookEvent
Implements

Properties

EventRequestMessage

The event request message sent to the service URI.

EventResponseMessage

The event response message received from the service URI.

Id

The event ID.

(Inherited from ContainerRegistryWebhookEventInfo)

Explicit Interface Implementations

IJsonModel<ContainerRegistryWebhookEvent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerRegistryWebhookEvent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ContainerRegistryWebhookEventInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ContainerRegistryWebhookEventInfo)
IJsonModel<ContainerRegistryWebhookEventInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContainerRegistryWebhookEventInfo)
IPersistableModel<ContainerRegistryWebhookEvent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryWebhookEvent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerRegistryWebhookEvent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ContainerRegistryWebhookEventInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ContainerRegistryWebhookEventInfo)
IPersistableModel<ContainerRegistryWebhookEventInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ContainerRegistryWebhookEventInfo)
IPersistableModel<ContainerRegistryWebhookEventInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ContainerRegistryWebhookEventInfo)

Applies to