Compartilhar via


ArmContainerRegistryModelFactory.ContainerRegistryWebhookEvent Método

Definição

Inicializa uma nova instância de ContainerRegistryWebhookEvent.

public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEvent ContainerRegistryWebhookEvent (Guid? id = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventRequestMessage eventRequestMessage = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventResponseMessage eventResponseMessage = default);
static member ContainerRegistryWebhookEvent : Nullable<Guid> * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventRequestMessage * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventResponseMessage -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEvent
Public Shared Function ContainerRegistryWebhookEvent (Optional id As Nullable(Of Guid) = Nothing, Optional eventRequestMessage As ContainerRegistryWebhookEventRequestMessage = Nothing, Optional eventResponseMessage As ContainerRegistryWebhookEventResponseMessage = Nothing) As ContainerRegistryWebhookEvent

Parâmetros

id
Nullable<Guid>

A ID do evento.

eventRequestMessage
ContainerRegistryWebhookEventRequestMessage

A mensagem de solicitação de evento enviada ao URI de serviço.

eventResponseMessage
ContainerRegistryWebhookEventResponseMessage

A mensagem de resposta do evento recebida do URI de serviço.

Retornos

Uma nova ContainerRegistryWebhookEvent instância para zombar.

Aplica-se a