Share via


GuestConfigurationVmssVmInfo Class

Definition

Information about VMSS VM.

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

Constructors

GuestConfigurationVmssVmInfo()

Initializes a new instance of GuestConfigurationVmssVmInfo.

Properties

ComplianceStatus

A value indicating compliance status of the machine for the assigned guest configuration.

LastComplianceCheckedOn

Date and time when last compliance status was checked.

LatestReportId

Id of the latest report for the guest configuration assignment.

VmId

UUID of the VM.

VmResourceId

Azure resource Id of the VM.

Explicit Interface Implementations

IJsonModel<GuestConfigurationVmssVmInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GuestConfigurationVmssVmInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GuestConfigurationVmssVmInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GuestConfigurationVmssVmInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GuestConfigurationVmssVmInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to