SnoozeScope Struct

Definition

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