Share via


AccountInfo Class

Definition

Dynatrace Account Information

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

Constructors

AccountInfo()

Creates an new AccountInfo instance.

Properties

AccountId

Account Id of the account this environment is linked to

RegionId

Region in which the account is created

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to