Share via


NewRelicAccountProperties Class

Definition

Properties of the NewRelic account.

public class NewRelicAccountProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NewRelicObservability.Models.NewRelicAccountProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NewRelicObservability.Models.NewRelicAccountProperties>
type NewRelicAccountProperties = class
    interface IJsonModel<NewRelicAccountProperties>
    interface IPersistableModel<NewRelicAccountProperties>
Public Class NewRelicAccountProperties
Implements IJsonModel(Of NewRelicAccountProperties), IPersistableModel(Of NewRelicAccountProperties)
Inheritance
NewRelicAccountProperties
Implements

Constructors

NewRelicAccountProperties()

Initializes a new instance of NewRelicAccountProperties.

Properties

AccountInfo

NewRelic Account Information.

OrganizationId

Organization id.

SingleSignOnProperties

date when plan was applied.

UserId

User id.

Explicit Interface Implementations

IJsonModel<NewRelicAccountProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NewRelicAccountProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicAccountProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicAccountProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NewRelicAccountProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to