Share via


DynatraceEnvironmentProperties Class

Definition

Properties of the Dynatrace environment.

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

Constructors

DynatraceEnvironmentProperties()

Initializes a new instance of DynatraceEnvironmentProperties.

Properties

AccountInfo

Dynatrace Account Information.

EnvironmentInfo

Dynatrace Environment Information.

SingleSignOnProperties

The details of a Dynatrace single sign-on.

UserId

User id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DynatraceEnvironmentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DynatraceEnvironmentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DynatraceEnvironmentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DynatraceEnvironmentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DynatraceEnvironmentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to