Share via


EventRequestMessage Constructors

Definition

Overloads

EventRequestMessage()

Initializes a new instance of the EventRequestMessage class.

EventRequestMessage(EventContent, IDictionary<String,String>, String, String, String)

Initializes a new instance of the EventRequestMessage class.

EventRequestMessage()

Initializes a new instance of the EventRequestMessage class.

public EventRequestMessage ();
Public Sub New ()

Applies to

EventRequestMessage(EventContent, IDictionary<String,String>, String, String, String)

Initializes a new instance of the EventRequestMessage class.

public EventRequestMessage (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EventContent content = default, System.Collections.Generic.IDictionary<string,string> headers = default, string method = default, string requestUri = default, string version = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EventRequestMessage : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EventContent * System.Collections.Generic.IDictionary<string, string> * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EventRequestMessage
Public Sub New (Optional content As EventContent = Nothing, Optional headers As IDictionary(Of String, String) = Nothing, Optional method As String = Nothing, Optional requestUri As String = Nothing, Optional version As String = Nothing)

Parameters

content
EventContent

The content of the event request message.

headers
IDictionary<String,String>

The headers of the event request message.

method
String

The HTTP method used to send the event request message.

requestUri
String

The URI used to send the event request message.

version
String

The HTTP message version.

Applies to