BudgetNotificationOperatorType Struct

Definition

The comparison operator. Supported for CategoryType(s): Cost, ReservationUtilization. Supported operators for CategoryType: Cost

  • GreaterThan
  • GreaterThanOrEqualTo
Supported operators for CategoryType: ReservationUtilization
  • LessThan

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

Constructors

Name Description
BudgetNotificationOperatorType(String)

Initializes a new instance of BudgetNotificationOperatorType.

Properties

Name Description
EqualTo

Notification 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. Supported for CategoryType(s): Cost.

GreaterThan

Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert. Supported for CategoryType(s): Cost.

GreaterThanOrEqualTo

Notification will be triggered if the evaluated cost is greater than or equal to the threshold value. Supported for CategoryType(s): Cost.

LessThan

Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage. Supported for CategoryType(s): ReservationUtilization.

Methods

Name Description
Equals(BudgetNotificationOperatorType)

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

Determines if two BudgetNotificationOperatorType values are the same.

Implicit(String to BudgetNotificationOperatorType)

Converts a string to a BudgetNotificationOperatorType.

Implicit(String to Nullable<BudgetNotificationOperatorType>)
Inequality(BudgetNotificationOperatorType, BudgetNotificationOperatorType)

Determines if two BudgetNotificationOperatorType values are not the same.

Applies to