Share via


AccountInfo Class

Definition

Account Info of the NewRelic account

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.AccountInfoTypeConverter))]
public class AccountInfo : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IAccountInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.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

IngestionKey

ingestion key of account

Region

NewRelic account region

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.NewRelic.Models.Api20220701.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