AccountInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Account Info of the NewRelic account
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.AccountInfoTypeConverter))]
public class AccountInfo : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IAccountInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.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 |
Region where New Relic account is present |
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.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() |