Udostępnij za pośrednictwem


DatadogHostMetadata Class

Definition

The DatadogHostMetadata.

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

Properties

AgentVersion

The agent version.

InstallMethod

Gets the install method.

LogsAgentTransport

The transport.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatadogHostMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatadogHostMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatadogHostMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatadogHostMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatadogHostMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to