ContainerRegistryWebhookEvent 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 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>
type ContainerRegistryWebhookEvent = class
inherit ContainerRegistryWebhookEventInfo
interface IJsonModel<ContainerRegistryWebhookEvent>
interface IPersistableModel<ContainerRegistryWebhookEvent>
Public Class ContainerRegistryWebhookEvent
Inherits ContainerRegistryWebhookEventInfo
Implements IJsonModel(Of ContainerRegistryWebhookEvent), IPersistableModel(Of ContainerRegistryWebhookEvent)
- Inheritance
- 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) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ContainerRegistryWebhookEventInfo) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET