Share via


NewRelicMonitoredSubscriptionInfo Class

Definition

The list of subscriptions and it's monitoring status by current NewRelic monitor.

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

Constructors

NewRelicMonitoredSubscriptionInfo()

Initializes a new instance of NewRelicMonitoredSubscriptionInfo.

Properties

Error

The reason of not monitoring the subscription.

Status

The state of monitoring.

SubscriptionId

The subscriptionId to be monitored.

TagRules

The resource-specific properties for this resource.

Explicit Interface Implementations

IJsonModel<NewRelicMonitoredSubscriptionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicMonitoredSubscriptionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicMonitoredSubscriptionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicMonitoredSubscriptionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicMonitoredSubscriptionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to