BudgetNotificationOperatorType.EqualTo Property

Definition

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.

public static Azure.ResourceManager.CostManagement.Models.BudgetNotificationOperatorType EqualTo { get; }
static member EqualTo : Azure.ResourceManager.CostManagement.Models.BudgetNotificationOperatorType
Public Shared ReadOnly Property EqualTo As BudgetNotificationOperatorType

Property Value

Applies to