public sealed class AlertStrategy : IMessage<AlertPolicy.Types.AlertStrategy>, IEquatable<AlertPolicy.Types.AlertStrategy>, IDeepCloneable<AlertPolicy.Types.AlertStrategy>, IBufferMessage, IMessage
Control over how the notification channels in notification_channels
are notified when this alert fires.
[[["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-04-17 UTC."],[[["This webpage details the `AlertStrategy` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for version 2.4.0 and onward to 3.15.0 (latest)."],["The `AlertStrategy` class is a sealed class that inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers control over the notification process for alert channels when an alert is triggered."],["The class has two constructors, a default constructor and one that takes another `AlertPolicy.Types.AlertStrategy` object as a parameter, and one property, `NotificationRateLimit`, that is required for alert policies with a `LogMatch` condition."],["The provided content lists multiple versions of the `AlertStrategy` class documentation within the `Google.Cloud.Monitoring.V3`, from 2.3.0 to the latest 3.15.0."]]],[]]