ContainerRegistryWebhookEventRequestMessage 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 request message sent to the service URI.
public class ContainerRegistryWebhookEventRequestMessage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventRequestMessage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventRequestMessage>
type ContainerRegistryWebhookEventRequestMessage = class
interface IJsonModel<ContainerRegistryWebhookEventRequestMessage>
interface IPersistableModel<ContainerRegistryWebhookEventRequestMessage>
Public Class ContainerRegistryWebhookEventRequestMessage
Implements IJsonModel(Of ContainerRegistryWebhookEventRequestMessage), IPersistableModel(Of ContainerRegistryWebhookEventRequestMessage)
- Inheritance
-
ContainerRegistryWebhookEventRequestMessage
- Implements
Properties
Content |
The content of the event request message. |
Headers |
The headers of the event request message. |
Method |
The HTTP method used to send the event request message. |
RequestUri |
The URI used to send the event request message. |
Version |
The HTTP message version. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerRegistryWebhookEventRequestMessage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerRegistryWebhookEventRequestMessage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerRegistryWebhookEventRequestMessage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerRegistryWebhookEventRequestMessage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerRegistryWebhookEventRequestMessage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET