LocationThresholdRuleCondition Class
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.
A rule condition based on a certain number of locations failing.
public class LocationThresholdRuleCondition : Azure.ResourceManager.Monitor.Models.AlertRuleCondition, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.LocationThresholdRuleCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.LocationThresholdRuleCondition>
type LocationThresholdRuleCondition = class
inherit AlertRuleCondition
interface IJsonModel<LocationThresholdRuleCondition>
interface IPersistableModel<LocationThresholdRuleCondition>
Public Class LocationThresholdRuleCondition
Inherits AlertRuleCondition
Implements IJsonModel(Of LocationThresholdRuleCondition), IPersistableModel(Of LocationThresholdRuleCondition)
- Inheritance
- Implements
Constructors
LocationThresholdRuleCondition(Int32) |
Initializes a new instance of LocationThresholdRuleCondition. |
Properties
DataSource |
the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource. Please note RuleDataSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RuleManagementEventDataSource and RuleMetricDataSource. (Inherited from AlertRuleCondition) |
FailedLocationCount |
the number of locations that must fail to activate the alert. |
WindowSize |
the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET