Share via


DynatraceVmExtensionPayload Class

Definition

Response of payload to be passed while installing VM agent.

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

Properties

EnvironmentId

Id of the environment created.

IngestionKey

Ingestion key of the environment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DynatraceVmExtensionPayload>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DynatraceVmExtensionPayload>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DynatraceVmExtensionPayload>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DynatraceVmExtensionPayload>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DynatraceVmExtensionPayload>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to