NewRelicObservabilityTagRulePatch Class

Definition

The type used for update operations of the TagRule.

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

Constructors

NewRelicObservabilityTagRulePatch()

Initializes a new instance of NewRelicObservabilityTagRulePatch.

Properties

LogRules

Set of rules for sending logs for the Monitor resource.

MetricRules

Set of rules for sending metrics for the Monitor resource.

Explicit Interface Implementations

IJsonModel<NewRelicObservabilityTagRulePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicObservabilityTagRulePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicObservabilityTagRulePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicObservabilityTagRulePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicObservabilityTagRulePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to