Share via


NewRelicAccountProperties Class

Definition

Properties of the NewRelic account

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

NewRelic account region

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.Api20220701.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()

Applies to