Uses of Class
com.azure.resourcemanager.monitor.models.LocationThresholdRuleCondition
-
Packages that use LocationThresholdRuleCondition Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of LocationThresholdRuleCondition in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return LocationThresholdRuleCondition Modifier and Type Method Description LocationThresholdRuleConditionLocationThresholdRuleCondition. withDataSource(RuleDataSource dataSource)Set the dataSource property: the resource from which the rule collects its data.LocationThresholdRuleConditionLocationThresholdRuleCondition. withFailedLocationCount(int failedLocationCount)Set the failedLocationCount property: the number of locations that must fail to activate the alert.LocationThresholdRuleConditionLocationThresholdRuleCondition. withWindowSize(Duration windowSize)Set the windowSize property: the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold.
-