ArmContainerRegistryModelFactory.ContainerRegistryWebhookEventContent Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de ContainerRegistryWebhookEventContent.
public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventContent ContainerRegistryWebhookEventContent (Guid? id = default, DateTimeOffset? timestamp = default, string action = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventTarget target = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventRequestContent request = default, string actorName = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventSource source = default);
static member ContainerRegistryWebhookEventContent : Nullable<Guid> * Nullable<DateTimeOffset> * string * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventTarget * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventRequestContent * string * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventSource -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventContent
Public Shared Function ContainerRegistryWebhookEventContent (Optional id As Nullable(Of Guid) = Nothing, Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional action As String = Nothing, Optional target As ContainerRegistryWebhookEventTarget = Nothing, Optional request As ContainerRegistryWebhookEventRequestContent = Nothing, Optional actorName As String = Nothing, Optional source As ContainerRegistryWebhookEventSource = Nothing) As ContainerRegistryWebhookEventContent
Parâmetros
- timestamp
- Nullable<DateTimeOffset>
A hora em que o evento ocorreu.
- action
- String
A ação que abrange o evento fornecido.
O destino do evento.
A solicitação que gerou o evento.
- actorName
- String
O agente que iniciou o evento. Para a maioria das situações, isso pode ser do contexto de autorização da solicitação.
O nó do registro que gerou o evento. Em outras palavras, enquanto o ator inicia o evento, a origem o gera.
Retornos
Uma nova ContainerRegistryWebhookEventContent instância para simulação.
Aplica-se a
Azure SDK for .NET