IInstanceViewStatus Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.InstanceViewStatusTypeConverter))]
public interface IInstanceViewStatus : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.InstanceViewStatusTypeConverter))>]
type IInstanceViewStatus = interface
interface IJsonSerializable
Public Interface IInstanceViewStatus
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Code |
The status code. |
DisplayStatus |
The short localizable label for the status. |
Level |
The level code. |
Message |
The detailed status message, including for alerts and error messages. |
Time |
The time of the status. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |