Share via


ContainerRegistryWebhookEventResponseMessage Class

Definition

The event response message received from the service URI.

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

Properties

Content

The content of the event response message.

Headers

The headers of the event response message.

ReasonPhrase

The reason phrase of the event response message.

StatusCode

The status code of the event response message.

Version

The HTTP message version.

Explicit Interface Implementations

IJsonModel<ContainerRegistryWebhookEventResponseMessage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryWebhookEventResponseMessage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryWebhookEventResponseMessage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryWebhookEventResponseMessage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryWebhookEventResponseMessage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to