NewRelicAccountProperties 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.
Properties of the NewRelic account
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.NewRelicAccountPropertiesTypeConverter))]
public class NewRelicAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicAccountProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.NewRelicAccountPropertiesTypeConverter))>]
type NewRelicAccountProperties = class
interface INewRelicAccountProperties
interface IJsonSerializable
Public Class NewRelicAccountProperties
Implements INewRelicAccountProperties
- Inheritance
-
NewRelicAccountProperties
- Attributes
- Implements
Constructors
NewRelicAccountProperties() |
Creates an new NewRelicAccountProperties instance. |
Properties
AccountInfoAccountId |
Account id |
AccountInfoIngestionKey |
ingestion key of account |
AccountInfoRegion |
Region where New Relic account is present |
OrganizationInfoOrganizationId |
Organization id |
SingleSignOnPropertyEnterpriseAppId |
The Id of the Enterprise App used for Single sign-on. |
SingleSignOnPropertyProvisioningState |
Provisioning state |
SingleSignOnPropertySingleSignOnState |
Single sign-on state |
SingleSignOnPropertySingleSignOnUrl |
The login URL specific to this NewRelic Organization |
UserId |
User id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NewRelicAccountProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NewRelicAccountProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicAccountProperties. |
FromJsonString(String) |
Creates a new instance of NewRelicAccountProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NewRelicAccountProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |