NotificationAlertTriggerType Struct

Definition

The comparison operator.

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

Constructors

NotificationAlertTriggerType(String)

Initializes a new instance of NotificationAlertTriggerType.

Properties

EqualTo

Alert will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future.

GreaterThan

Alert will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.

GreaterThanOrEqualTo

Alert will be triggered if the evaluated cost is greater than or equal to the threshold value.

Methods

Equals(NotificationAlertTriggerType)

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

Determines if two NotificationAlertTriggerType values are the same.

Implicit(String to NotificationAlertTriggerType)

Converts a string to a NotificationAlertTriggerType.

Inequality(NotificationAlertTriggerType, NotificationAlertTriggerType)

Determines if two NotificationAlertTriggerType values are not the same.

Applies to