Share via


IInstanceViewStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.InstanceViewStatusTypeConverter))]
public interface IInstanceViewStatus : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.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)

Applies to