DatadogMonitorResourceUpdateParameters Class

The parameters for a PATCH request to a monitor resource.

Inheritance
DatadogMonitorResourceUpdateParameters

Constructor

DatadogMonitorResourceUpdateParameters(*, properties: Optional[azure.mgmt.datadog.models._models_py3.MonitorUpdateProperties] = None, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.datadog.models._models_py3.ResourceSku] = None, **kwargs)

Parameters

properties
<xref:microsoft_datadog_client.models.MonitorUpdateProperties>
Required

The set of properties that can be update in a PATCH request to a monitor resource.

tags
dict[str, str]
Required

A set of tags. The new tags of the monitor resource.

sku
<xref:microsoft_datadog_client.models.ResourceSku>
Required