ArmDatadogModelFactory.DatadogMonitorResourcePatchProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
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.