DynatraceTagRulePatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The updatable properties of the TagRule.
public class DynatraceTagRulePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dynatrace.Models.DynatraceTagRulePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dynatrace.Models.DynatraceTagRulePatch>
public class DynatraceTagRulePatch
type DynatraceTagRulePatch = class
interface IJsonModel<DynatraceTagRulePatch>
interface IPersistableModel<DynatraceTagRulePatch>
type DynatraceTagRulePatch = class
Public Class DynatraceTagRulePatch
Implements IJsonModel(Of DynatraceTagRulePatch), IPersistableModel(Of DynatraceTagRulePatch)
Public Class DynatraceTagRulePatch
- Inheritance
-
DynatraceTagRulePatch
- Implements
Constructors
DynatraceTagRulePatch() |
Initializes a new instance of DynatraceTagRulePatch. |
Properties
LogRules |
Set of rules for sending logs for the Monitor resource. |
MetricRulesFilteringTags |
List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DynatraceTagRulePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DynatraceTagRulePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DynatraceTagRulePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DynatraceTagRulePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DynatraceTagRulePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET