Share via


NewRelicMetricsStatusContent Class

Definition

Request of get metrics status Operation.

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

Constructors

NewRelicMetricsStatusContent(String)

Initializes a new instance of NewRelicMetricsStatusContent.

Properties

AzureResourceIds

Azure resource IDs.

UserEmail

User Email.

Explicit Interface Implementations

IJsonModel<NewRelicMetricsStatusContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicMetricsStatusContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicMetricsStatusContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicMetricsStatusContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicMetricsStatusContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to