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.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Models.StatusMessage : string * Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET