ArmContainerRegistryModelFactory.ContainerRegistryWebhookEventResponseMessage 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 ContainerRegistryWebhookEventResponseMessage.
public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventResponseMessage ContainerRegistryWebhookEventResponseMessage (string content = default, System.Collections.Generic.IReadOnlyDictionary<string,string> headers = default, string reasonPhrase = default, string statusCode = default, string version = default);
static member ContainerRegistryWebhookEventResponseMessage : string * System.Collections.Generic.IReadOnlyDictionary<string, string> * string * string * string -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventResponseMessage
Public Shared Function ContainerRegistryWebhookEventResponseMessage (Optional content As String = Nothing, Optional headers As IReadOnlyDictionary(Of String, String) = Nothing, Optional reasonPhrase As String = Nothing, Optional statusCode As String = Nothing, Optional version As String = Nothing) As ContainerRegistryWebhookEventResponseMessage
Parâmetros
- content
- String
O conteúdo da mensagem de resposta do evento.
- headers
- IReadOnlyDictionary<String,String>
Os cabeçalhos da mensagem de resposta do evento.
- reasonPhrase
- String
A frase do motivo da mensagem de resposta do evento.
- statusCode
- String
O código status da mensagem de resposta do evento.
- version
- String
A versão da mensagem HTTP.
Retornos
Uma nova ContainerRegistryWebhookEventResponseMessage instância para simulação.
Aplica-se a
Azure SDK for .NET