EventResponseMessage 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
EventResponseMessage() |
Initializes a new instance of the EventResponseMessage class. |
EventResponseMessage(String, IDictionary<String,String>, String, String, String) |
Initializes a new instance of the EventResponseMessage class. |
EventResponseMessage()
Initializes a new instance of the EventResponseMessage class.
public EventResponseMessage ();
Public Sub New ()
Applies to
EventResponseMessage(String, IDictionary<String,String>, String, String, String)
Initializes a new instance of the EventResponseMessage class.
public EventResponseMessage (string content = default, System.Collections.Generic.IDictionary<string,string> headers = default, string reasonPhrase = default, string statusCode = default, string version = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.EventResponseMessage : string * System.Collections.Generic.IDictionary<string, string> * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.EventResponseMessage
Public Sub New (Optional content As String = Nothing, Optional headers As IDictionary(Of String, String) = Nothing, Optional reasonPhrase As String = Nothing, Optional statusCode As String = Nothing, Optional version As String = Nothing)
Parameters
- content
- String
The content of the event response message.
- headers
- IDictionary<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.
Applies to
Azure SDK for .NET