Share via


LinkableEnvironmentResult Class

Definition

Response for getting all the linkable environments.

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

Properties

EnvironmentId

environment id for which user is an admin.

EnvironmentName

Name of the environment.

PlanData

Billing plan information.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LinkableEnvironmentResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LinkableEnvironmentResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LinkableEnvironmentResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LinkableEnvironmentResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LinkableEnvironmentResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to