SnoozeScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
snooze scope.
public readonly struct SnoozeScope : IEquatable<Azure.AI.MetricsAdvisor.Models.SnoozeScope>
type SnoozeScope = struct
Public Structure SnoozeScope
Implements IEquatable(Of SnoozeScope)
- Inheritance
-
SnoozeScope
- Implements
Constructors
SnoozeScope(String) |
Determines if two SnoozeScope values are the same. |
Properties
Metric |
The snooze will apply to all time series within the metric of the alerted anomaly. |
Series |
The snooze will only apply to the time series of the alerted anomaly. |
Methods
Equals(SnoozeScope) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SnoozeScope, SnoozeScope) |
Determines if two SnoozeScope values are the same. |
Implicit(String to SnoozeScope) |
Converts a string to a SnoozeScope. |
Inequality(SnoozeScope, SnoozeScope) |
Determines if two SnoozeScope values are not the same. |
Applies to
Azure SDK for .NET