Share via


NewRelicMonitoringTagRules Class

Definition

The resource-specific properties for this resource.

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

Constructors

NewRelicMonitoringTagRules()

Initializes a new instance of NewRelicMonitoringTagRules.

Properties

LogRules

Set of rules for sending logs for the Monitor resource.

MetricRules

Set of rules for sending metrics for the Monitor resource.

ProvisioningState

Provisioning State of the resource.

Explicit Interface Implementations

IJsonModel<NewRelicMonitoringTagRules>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicMonitoringTagRules>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicMonitoringTagRules>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicMonitoringTagRules>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicMonitoringTagRules>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to