Share via


HciVmConfigAgentInstanceView Class

Definition

The instance view of the VM Config Agent running on the virtual machine.

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

Properties

Name Description
Statuses

The resource status information.

VmConfigAgentVersion

The VM Config Agent full version.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HciVmConfigAgentInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmConfigAgentInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmConfigAgentInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmConfigAgentInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmConfigAgentInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to