StatusMessage Class
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.
Operation status message object.
public class StatusMessage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Deployments.Models.StatusMessage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Deployments.Models.StatusMessage>
type StatusMessage = class
interface IJsonModel<StatusMessage>
interface IPersistableModel<StatusMessage>
Public Class StatusMessage
Implements IJsonModel(Of StatusMessage), IPersistableModel(Of StatusMessage)
- Inheritance
-
StatusMessage
- Implements
Properties
| Name | Description |
|---|---|
| Error |
The error reported by the operation. |
| Status |
Status of the deployment operation. |