Share via


DynatraceEnvironmentInfo Class

Definition

Dynatrace Environment Information.

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

Constructors

DynatraceEnvironmentInfo()

Initializes a new instance of DynatraceEnvironmentInfo.

Properties

EnvironmentId

Id of the environment created.

IngestionKey

Ingestion key of the environment.

LandingUri

Landing URL for Dynatrace environment.

LogsIngestionEndpoint

Ingestion endpoint used for sending logs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DynatraceEnvironmentInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DynatraceEnvironmentInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DynatraceEnvironmentInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DynatraceEnvironmentInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DynatraceEnvironmentInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to