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."],[[["The content pertains to the `AlertStrategy` class within the `Google.Cloud.Monitoring.V3` namespace, specifically focusing on its use in managing notification channels for alerts."],["The latest version of `AlertStrategy` is 3.15.0, with numerous previous versions listed, showing a history of the classes development."],["`AlertStrategy` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffered message operations."],["The class includes properties such as `AutoClose` to manage how long an alert can be open without data and `NotificationRateLimit`, which is specifically needed for log-based alert policies to limit notifications."]]],[]]