Share via


DatadogHost Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20210301.DatadogHostTypeConverter))]
public class DatadogHost : Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20210301.IDatadogHost
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20210301.DatadogHostTypeConverter))>]
type DatadogHost = class
    interface IDatadogHost
    interface IJsonSerializable
Public Class DatadogHost
Implements IDatadogHost
Inheritance
DatadogHost
Attributes
Implements

Constructors

DatadogHost()

Creates an new DatadogHost instance.

Properties

Alias

The aliases for the host.

App

The Datadog integrations reporting metrics for the host.

InstallMethodInstallerVersion

The installer version.

InstallMethodTool

The tool.

InstallMethodToolVersion

The tool version.

LogAgentTransport

The transport.

MetaAgentVersion

The agent version.

Name

The name of the host.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatadogHost.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatadogHost.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20210301.IDatadogHost.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatadogHost into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to