EventRequestMessage Constructors
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.
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.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.Models.EventRequestMessage : Microsoft.Azure.Management.ContainerRegistry.Models.EventContent * System.Collections.Generic.IDictionary<string, string> * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.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
Azure SDK for .NET