ArmContainerRegistryModelFactory.ContainerRegistryWebhookEventResponseMessage Method
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.
Initializes a new instance of 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
Parameters
- content
- String
The content of the event response message.
- headers
- IReadOnlyDictionary<String,String>
The headers of the event response message.
- reasonPhrase
- String
The reason phrase of the event response message.
- statusCode
- String
The status code of the event response message.
- version
- String
The HTTP message version.
Returns
A new ContainerRegistryWebhookEventResponseMessage instance for mocking.
Applies to
Azure SDK for .NET