Freigeben über


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

Name Description
DynamicThresholdDirection(String)

Initializes a new instance of DynamicThresholdDirection.

Properties

Name Description
GreaterOrLowerThan

Greater or Lower Than.

GreaterThan

Greater than.

LowerThan

Lower than.

Methods

Name Description
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

Name Description
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