共用方式為


ComputeVmInstanceViewStatus Class

Definition

Status information about a virtual machine.

public class ComputeVmInstanceViewStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.ComputeVmInstanceViewStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.ComputeVmInstanceViewStatus>
public class ComputeVmInstanceViewStatus
type ComputeVmInstanceViewStatus = class
    interface IJsonModel<ComputeVmInstanceViewStatus>
    interface IPersistableModel<ComputeVmInstanceViewStatus>
type ComputeVmInstanceViewStatus = class
Public Class ComputeVmInstanceViewStatus
Implements IJsonModel(Of ComputeVmInstanceViewStatus), IPersistableModel(Of ComputeVmInstanceViewStatus)
Public Class ComputeVmInstanceViewStatus
Inheritance
ComputeVmInstanceViewStatus
Implements

Properties

Code

Gets the status Code.

DisplayStatus

Gets the short localizable label for the status.

Message

Gets the message associated with the status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ComputeVmInstanceViewStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeVmInstanceViewStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeVmInstanceViewStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeVmInstanceViewStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeVmInstanceViewStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to