public sealed class ThresholdRule : IMessage<ThresholdRule>, IEquatable<ThresholdRule>, IDeepCloneable<ThresholdRule>, IBufferMessage, IMessage
ThresholdRule contains a definition of a threshold which triggers
an alert (a notification of a threshold being crossed) to be sent when
spend goes above the specified amount.
Alerts are automatically e-mailed to users with the Billing Account
Administrator role or the Billing Account User role.
The thresholds here have no effect on notifications sent to anything
configured under Budget.all_updates_rule.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ThresholdRule` class defines a threshold that, when crossed, triggers an alert notification for billing-related spending."],["Alerts are automatically emailed to users holding the Billing Account Administrator or Billing Account User roles upon crossing a threshold."],["The `SpendBasis` property in `ThresholdRule` determines the type of spending used to check if the threshold has been passed, defaulting to current spending."],["The `ThresholdPercent` property is a required field, representing a percentage-based threshold that, when exceeded, triggers the alert, and it should be a non-negative number."],["The current latest version is 2.6.0, and the page also documents versions from 2.5.0 to 1.1.0."]]],[]]