AccountProperties 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.
List of all the New relic accounts for the given user
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.AccountPropertiesTypeConverter))]
public class AccountProperties : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IAccountProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.AccountPropertiesTypeConverter))>]
type AccountProperties = class
interface IAccountProperties
interface IJsonSerializable
Public Class AccountProperties
Implements IAccountProperties
- Inheritance
-
AccountProperties
- Attributes
- Implements
Constructors
AccountProperties() |
Creates an new AccountProperties instance. |
Properties
AccountId |
account id |
AccountName |
account name |
OrganizationId |
organization id |
Region |
Region where New Relic account is present |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IAccountProperties. |
FromJsonString(String) |
Creates a new instance of AccountProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |