Sdílet prostřednictvím


DynatraceMonitorVmInfo Class

Definition

Details of VM Resource having Dynatrace OneAgent installed.

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

Properties

AutoUpdateSetting

Update settings of OneAgent.

AvailabilityState

The availability state of OneAgent.

HostGroup

The name of the host group.

HostName

The name of the host.

LogModule

Tells whether log modules are enabled or not.

MonitoringType

The monitoring mode of OneAgent.

ResourceId

Azure VM resource ID.

UpdateStatus

The current update status of OneAgent.

Version

Version of the Dynatrace agent installed on the VM.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DynatraceMonitorVmInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DynatraceMonitorVmInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DynatraceMonitorVmInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DynatraceMonitorVmInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DynatraceMonitorVmInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to