共用方式為


DynamicThresholdOperator Struct

Definition

The operator used to compare the metric value against the threshold.

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

Constructors

DynamicThresholdOperator(String)

Initializes a new instance of DynamicThresholdOperator.

Properties

GreaterOrLessThan

GreaterOrLessThan.

GreaterThan

GreaterThan.

LessThan

LessThan.

Methods

Equals(DynamicThresholdOperator)

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

Determines if two DynamicThresholdOperator values are the same.

Implicit(String to DynamicThresholdOperator)

Converts a string to a DynamicThresholdOperator.

Inequality(DynamicThresholdOperator, DynamicThresholdOperator)

Determines if two DynamicThresholdOperator values are not the same.

Applies to