StatusMessage 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
StatusMessage() |
Initializes a new instance of the StatusMessage class. |
StatusMessage(String, ErrorResponse) |
Initializes a new instance of the StatusMessage class. |
StatusMessage()
Initializes a new instance of the StatusMessage class.
public StatusMessage ();
Public Sub New ()
Applies to
StatusMessage(String, ErrorResponse)
Initializes a new instance of the StatusMessage class.
public StatusMessage (string status = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.StatusMessage : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.StatusMessage
Public Sub New (Optional status As String = Nothing, Optional error As ErrorResponse = Nothing)
Parameters
- status
- String
Status of the deployment operation.
- error
- ErrorResponse
The error reported by the operation.