Share via


NewRelicObservabilityVmInfo Class

Definition

Details of VM Resource having NewRelic OneAgent installed.

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

Properties

AgentStatus

Status of the NewRelic agent installed on the VM.

AgentVersion

Version of the NewRelic agent installed on the VM.

VmId

Azure VM resource ID.

Explicit Interface Implementations

IJsonModel<NewRelicObservabilityVmInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicObservabilityVmInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicObservabilityVmInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicObservabilityVmInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicObservabilityVmInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to