Share via


EnvironmentInfo Class

Definition

Dynatrace Environment Information

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

Constructors

EnvironmentInfo()

Creates an new EnvironmentInfo instance.

Properties

EnvironmentId

Id of the environment created

IngestionKey

Ingestion key of the environment

LandingUrl

Landing URL for Dynatrace environment

LogsIngestionEndpoint

Ingestion endpoint used for sending logs

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to