SliBaseline(Single, Int32, SliEvaluationCalculationType) 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 SliBaseline.
public SliBaseline(float value, int evaluationPeriodDays, Azure.ResourceManager.Monitor.Slis.Models.SliEvaluationCalculationType evaluationCalculationType);
new Azure.ResourceManager.Monitor.Slis.Models.SliBaseline : single * int * Azure.ResourceManager.Monitor.Slis.Models.SliEvaluationCalculationType -> Azure.ResourceManager.Monitor.Slis.Models.SliBaseline
Public Sub New (value As Single, evaluationPeriodDays As Integer, evaluationCalculationType As SliEvaluationCalculationType)
Parameters
- value
- Single
The user-defined or Azure-defined target value used for comparison against the SLI value.
- evaluationPeriodDays
- Int32
The time frame (in days) used for SLI evaluation.
- evaluationCalculationType
- SliEvaluationCalculationType
Specifies how evaluation is calculated, either based on calendar days or a rolling window.