ArmMonitorModelFactory.MonitorSingleBaseline Method

Definition

Initializes a new instance of MonitorSingleBaseline.

public static Azure.ResourceManager.Monitor.Models.MonitorSingleBaseline MonitorSingleBaseline (Azure.ResourceManager.Monitor.Models.MonitorBaselineSensitivity sensitivity = default, System.Collections.Generic.IEnumerable<double> lowThresholds = default, System.Collections.Generic.IEnumerable<double> highThresholds = default);
static member MonitorSingleBaseline : Azure.ResourceManager.Monitor.Models.MonitorBaselineSensitivity * seq<double> * seq<double> -> Azure.ResourceManager.Monitor.Models.MonitorSingleBaseline
Public Shared Function MonitorSingleBaseline (Optional sensitivity As MonitorBaselineSensitivity = Nothing, Optional lowThresholds As IEnumerable(Of Double) = Nothing, Optional highThresholds As IEnumerable(Of Double) = Nothing) As MonitorSingleBaseline

Parameters

sensitivity
MonitorBaselineSensitivity

the sensitivity of the baseline.

lowThresholds
IEnumerable<Double>

The low thresholds of the baseline.

highThresholds
IEnumerable<Double>

The high thresholds of the baseline.

Returns

A new MonitorSingleBaseline instance for mocking.

Applies to