ContainerRegistryWebhookEventResponseMessage 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 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>
type ContainerRegistryWebhookEventResponseMessage = class
interface IJsonModel<ContainerRegistryWebhookEventResponseMessage>
interface IPersistableModel<ContainerRegistryWebhookEventResponseMessage>
Public Class ContainerRegistryWebhookEventResponseMessage
Implements IJsonModel(Of ContainerRegistryWebhookEventResponseMessage), IPersistableModel(Of 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET