NewRelicObservabilityAccountInfo Class

Definition

Account Info of the NewRelic account.

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

Constructors

NewRelicObservabilityAccountInfo()

Initializes a new instance of NewRelicObservabilityAccountInfo.

Properties

AccountId

Account id.

IngestionKey

ingestion key of account.

Region

Region where New Relic account is present.

Explicit Interface Implementations

IJsonModel<NewRelicObservabilityAccountInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicObservabilityAccountInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicObservabilityAccountInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicObservabilityAccountInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicObservabilityAccountInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to