DiscountConditionOperator
The possible operators used for a discount condition.
Enumeration Members
IN
IN = "in"
The discountable resources are within the specified resources.
NOT_IN
NOT_IN = "not_in"
The discountable resources are everything but the specified resources.
Was this section helpful?