ArmDatadogModelFactory.DatadogMonitorResourcePatchProperties Method

Definition

public static Azure.ResourceManager.Datadog.Models.DatadogMonitorResourcePatchProperties DatadogMonitorResourcePatchProperties(Azure.ResourceManager.Datadog.Models.DatadogMonitoringStatus? monitoringStatus = default, bool? isCspm = default, bool? isResourceCollection = default);
static member DatadogMonitorResourcePatchProperties : Nullable<Azure.ResourceManager.Datadog.Models.DatadogMonitoringStatus> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Datadog.Models.DatadogMonitorResourcePatchProperties
Public Shared Function DatadogMonitorResourcePatchProperties (Optional monitoringStatus As Nullable(Of DatadogMonitoringStatus) = Nothing, Optional isCspm As Nullable(Of Boolean) = Nothing, Optional isResourceCollection As Nullable(Of Boolean) = Nothing) As DatadogMonitorResourcePatchProperties

Parameters

monitoringStatus
Nullable<DatadogMonitoringStatus>

Flag specifying if the resource monitoring is enabled or disabled.

isCspm
Nullable<Boolean>

The new cloud security posture management value of the monitor resource. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.

isResourceCollection
Nullable<Boolean>

The new resource collection value of the monitor resource. This collects configuration information for all resources in a subscription.

Returns

A new DatadogMonitorResourcePatchProperties instance for mocking.

Applies to