Share via


DynamicThresholdSensitivity Struct

Definition

The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern.

public readonly struct DynamicThresholdSensitivity : IEquatable<Azure.ResourceManager.Monitor.Models.DynamicThresholdSensitivity>
type DynamicThresholdSensitivity = struct
Public Structure DynamicThresholdSensitivity
Implements IEquatable(Of DynamicThresholdSensitivity)
Inheritance
DynamicThresholdSensitivity
Implements

Constructors

DynamicThresholdSensitivity(String)

Initializes a new instance of DynamicThresholdSensitivity.

Properties

High

High.

Low

Low.

Medium

Medium.

Methods

Equals(DynamicThresholdSensitivity)

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(DynamicThresholdSensitivity, DynamicThresholdSensitivity)

Determines if two DynamicThresholdSensitivity values are the same.

Implicit(String to DynamicThresholdSensitivity)

Converts a string to a DynamicThresholdSensitivity.

Inequality(DynamicThresholdSensitivity, DynamicThresholdSensitivity)

Determines if two DynamicThresholdSensitivity values are not the same.

Applies to