다음을 통해 공유


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

Statuses

The resource status information.

VmConfigAgentVersion

The VM Config Agent full version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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