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 focusing on versions ranging from 2.3.0 to 3.15.0 of the .NET library."],["The `AlertStrategy` class, which is part of `AlertPolicy.Types`, manages how notification channels are engaged when alerts are triggered, inheriting from `Object` and implementing multiple interfaces like `IMessage` and `IEquatable`."],["The class has two constructors: a default `AlertStrategy()` and another `AlertStrategy(AlertPolicy.Types.AlertStrategy other)`, which allows initialization with an existing `AlertStrategy` object."],["It contains properties such as `AutoClose`, which determines the duration of inactivity that will automatically close open incidents, and `NotificationRateLimit`, which is a setting used to manage how frequently notifications are sent for log-based alert policies."],["The latest version available for this documentation is version 3.15.0, with a range of previous versions down to 2.3.0 also being documented."]]],[]]