Aracılığıyla paylaş


ElasticMonitorResourcePatch Class

Definition

Monitor resource update parameters.

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

Constructors

ElasticMonitorResourcePatch()

Initializes a new instance of ElasticMonitorResourcePatch.

Properties

Tags

elastic monitor resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticMonitorResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticMonitorResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticMonitorResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticMonitorResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticMonitorResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to