你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VMInfo Class

Definition

Details of VM Resource having Dynatrace OneAgent installed

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.VMInfoTypeConverter))]
public class VMInfo : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IVMInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.VMInfoTypeConverter))>]
type VMInfo = class
    interface IVMInfo
    interface IJsonSerializable
Public Class VMInfo
Implements IVMInfo
Inheritance
VMInfo
Attributes
Implements

Constructors

VMInfo()

Creates an new VMInfo instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IVMInfo.

FromJsonString(String)

Creates a new instance of VMInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to