Partager via


ElasticMonitorPatch Class

Definition

Monitor resource update parameters.

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

Constructors

ElasticMonitorPatch()

Initializes a new instance of ElasticMonitorPatch.

Properties

Tags

elastic monitor resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticMonitorPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticMonitorPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticMonitorPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticMonitorPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticMonitorPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to