Share via


DynamicDetectionRule Constructor

Definition

Initializes a new instance of DynamicDetectionRule.

public DynamicDetectionRule(Azure.ResourceManager.CloudHealth.Models.DynamicThresholdModel dynamicThresholdModel, float modelSensitivity, Azure.ResourceManager.CloudHealth.Models.DynamicThresholdDirection dynamicThresholdDirection);
new Azure.ResourceManager.CloudHealth.Models.DynamicDetectionRule : Azure.ResourceManager.CloudHealth.Models.DynamicThresholdModel * single * Azure.ResourceManager.CloudHealth.Models.DynamicThresholdDirection -> Azure.ResourceManager.CloudHealth.Models.DynamicDetectionRule
Public Sub New (dynamicThresholdModel As DynamicThresholdModel, modelSensitivity As Single, dynamicThresholdDirection As DynamicThresholdDirection)

Parameters

dynamicThresholdModel
DynamicThresholdModel

ML model to use for dynamic thresholds.

modelSensitivity
Single

ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5.

dynamicThresholdDirection
DynamicThresholdDirection

Threshold direction.

Applies to