Uses of Class
com.azure.resourcemanager.monitor.models.LocationThresholdRuleCondition
Packages that use LocationThresholdRuleCondition
Package
Description
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 LocationThresholdRuleConditionModifier and TypeMethodDescriptionLocationThresholdRuleCondition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LocationThresholdRuleCondition from the JsonReader.LocationThresholdRuleCondition.withDataSource
(RuleDataSource dataSource) Set the dataSource property: the resource from which the rule collects its data.LocationThresholdRuleCondition.withFailedLocationCount
(int failedLocationCount) Set the failedLocationCount property: the number of locations that must fail to activate the alert.LocationThresholdRuleCondition.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.