NewRelicMonitoredSubscriptionProperties Class

Definition

The request to update subscriptions needed to be monitored by the NewRelic monitor resource.

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

Constructors

NewRelicMonitoredSubscriptionProperties()

Initializes a new instance of NewRelicMonitoredSubscriptionProperties.

Properties

MonitoredSubscriptionList

List of subscriptions and the state of the monitoring.

PatchOperation

The operation for the patch on the resource.

ProvisioningState

Provisioning State of the resource.

Explicit Interface Implementations

IJsonModel<NewRelicMonitoredSubscriptionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicMonitoredSubscriptionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicMonitoredSubscriptionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicMonitoredSubscriptionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicMonitoredSubscriptionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to