KpiThresholds(Decimal, Decimal, Boolean) Constructor
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.
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.