Share via


GuestConfigurationVmInfo Class

Definition

Information about the VM.

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

Constructors

GuestConfigurationVmInfo()

Initializes a new instance of GuestConfigurationVmInfo.

Properties

Id

Azure resource Id of the VM.

Uuid

UUID(Universally Unique Identifier) of the VM.

Explicit Interface Implementations

IJsonModel<GuestConfigurationVmInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GuestConfigurationVmInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GuestConfigurationVmInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GuestConfigurationVmInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GuestConfigurationVmInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to