Поделиться через


DynatraceAccountInfo Class

Definition

Dynatrace Account Information.

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

Constructors

DynatraceAccountInfo()

Initializes a new instance of DynatraceAccountInfo.

Properties

AccountId

Account Id of the account this environment is linked to.

RegionId

Region in which the account is created.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DynatraceAccountInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DynatraceAccountInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DynatraceAccountInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DynatraceAccountInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DynatraceAccountInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to