Udostępnij za pośrednictwem


DatadogMonitorResourcePatch Class

Definition

The parameters for a PATCH request to a monitor resource.

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

Constructors

DatadogMonitorResourcePatch()

Initializes a new instance of DatadogMonitorResourcePatch.

Properties

MonitorUpdateMonitoringStatus

Flag specifying if the resource monitoring is enabled or disabled.

SkuName

Name of the SKU.

Tags

The new tags of the monitor resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatadogMonitorResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatadogMonitorResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatadogMonitorResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatadogMonitorResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatadogMonitorResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to