Message 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
Message() |
Initializes a new instance of the Message class. |
Message(Nullable<DateTime>, String) |
Initializes a new instance of the Message class. |
Message()
Initializes a new instance of the Message class.
public Message();
Public Sub New ()
Applies to
Message(Nullable<DateTime>, String)
Initializes a new instance of the Message class.
public Message(DateTime? timeStamp = default, string messageProperty = default);
new Microsoft.Azure.Management.DeploymentManager.Models.Message : Nullable<DateTime> * string -> Microsoft.Azure.Management.DeploymentManager.Models.Message
Public Sub New (Optional timeStamp As Nullable(Of DateTime) = Nothing, Optional messageProperty As String = Nothing)
Parameters
- messageProperty
- String
The actual message text.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET