Partager via


DynamicThresholdOperator Structure

Définition

Opérateur utilisé pour comparer la valeur de la métrique au seuil.

public readonly struct DynamicThresholdOperator : IEquatable<Azure.ResourceManager.Monitor.Models.DynamicThresholdOperator>
type DynamicThresholdOperator = struct
Public Structure DynamicThresholdOperator
Implements IEquatable(Of DynamicThresholdOperator)
Héritage
DynamicThresholdOperator
Implémente

Constructeurs

DynamicThresholdOperator(String)

Initialise une nouvelle instance de DynamicThresholdOperator.

Propriétés

GreaterOrLessThan

GreaterOrLessThan.

GreaterThan

GreaterThan.

LessThan

Moins.

Méthodes

Equals(DynamicThresholdOperator)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(DynamicThresholdOperator, DynamicThresholdOperator)

Détermine si deux DynamicThresholdOperator valeurs sont identiques.

Implicit(String to DynamicThresholdOperator)

Convertit une chaîne en DynamicThresholdOperator.

Inequality(DynamicThresholdOperator, DynamicThresholdOperator)

Détermine si deux DynamicThresholdOperator valeurs ne sont pas identiques.

S’applique à