你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InstanceViewStatus Class

Definition

Instance view status.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.InstanceViewStatusTypeConverter))]
public class InstanceViewStatus : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.InstanceViewStatusTypeConverter))>]
type InstanceViewStatus = class
    interface IInstanceViewStatus
    interface IJsonSerializable
Public Class InstanceViewStatus
Implements IInstanceViewStatus
Inheritance
InstanceViewStatus
Attributes
Implements

Constructors

InstanceViewStatus()

Creates an new InstanceViewStatus instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InstanceViewStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InstanceViewStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus.

FromJsonString(String)

Creates a new instance of InstanceViewStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InstanceViewStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to