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-03-21 UTC."],[[["This webpage provides documentation for the `AlertStrategy` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for the .NET environment, with versions ranging from 2.3.0 to the latest, 3.15.0."],["The `AlertStrategy` class controls how notification channels are alerted when an alert policy is triggered, allowing control over notification delivery."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["`AlertStrategy` includes properties like `AutoClose`, which determines how long to wait before automatically closing open incidents if there's no data, and `NotificationRateLimit`, which is mandatory for `LogMatch` alert policies to limit the rate of notifications."],["There are two constructors available for creating an instance of `AlertStrategy`: a default constructor and one that takes another `AlertPolicy.Types.AlertStrategy` as a parameter."]]],[]]