KpiThresholds(Decimal, Decimal, Boolean) Constructor

Definition

Initializes a new instance of KpiThresholds.

public KpiThresholds (decimal lowerLimit, decimal upperLimit, bool increasingKpi);
new Azure.ResourceManager.CustomerInsights.Models.KpiThresholds : decimal * decimal * bool -> Azure.ResourceManager.CustomerInsights.Models.KpiThresholds
Public Sub New (lowerLimit As Decimal, upperLimit As Decimal, increasingKpi As Boolean)

Parameters

lowerLimit
Decimal

The lower threshold limit.

upperLimit
Decimal

The upper threshold limit.

increasingKpi
Boolean

Whether or not the KPI is an increasing KPI.

Applies to