ArmDatadogModelFactory.DatadogMonitorPatch Method

Definition

public static Azure.ResourceManager.Datadog.Models.DatadogMonitorPatch DatadogMonitorPatch(Azure.ResourceManager.Datadog.Models.DatadogMonitorResourcePatchProperties properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, string skuName = default);
static member DatadogMonitorPatch : Azure.ResourceManager.Datadog.Models.DatadogMonitorResourcePatchProperties * System.Collections.Generic.IDictionary<string, string> * string -> Azure.ResourceManager.Datadog.Models.DatadogMonitorPatch
Public Shared Function DatadogMonitorPatch (Optional properties As DatadogMonitorResourcePatchProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional skuName As String = Nothing) As DatadogMonitorPatch

Parameters

properties
DatadogMonitorResourcePatchProperties

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

tags
IDictionary<String,String>

The new tags of the monitor resource.

skuName
String

Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.

Returns

A new DatadogMonitorPatch instance for mocking.

Applies to