Share via


DynamicThresholdDirection Struct

Definition

Threshold direction for dynamic thresholds.

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

Constructors

DynamicThresholdDirection(String)

Initializes a new instance of DynamicThresholdDirection.

Properties

GreaterOrLowerThan

Greater or Lower Than.

GreaterThan

Greater than.

LowerThan

Lower than.

Methods

Equals(DynamicThresholdDirection)

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

Determines if two DynamicThresholdDirection values are the same.

Implicit(String to DynamicThresholdDirection)

Converts a String to a DynamicThresholdDirection.

Inequality(DynamicThresholdDirection, DynamicThresholdDirection)

Determines if two DynamicThresholdDirection values are not the same.

Applies to