NewRelicMetricsContent Class

Definition

Request of get metrics Operation.

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

Constructors

NewRelicMetricsContent(String)

Initializes a new instance of NewRelicMetricsContent.

Properties

UserEmail

User Email.

Explicit Interface Implementations

IJsonModel<NewRelicMetricsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicMetricsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicMetricsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicMetricsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicMetricsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to