CostManagementAlertOperator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
operator used to compare currentSpend with amount.
public readonly struct CostManagementAlertOperator : IEquatable<Azure.ResourceManager.CostManagement.Models.CostManagementAlertOperator>
type CostManagementAlertOperator = struct
Public Structure CostManagementAlertOperator
Implements IEquatable(Of CostManagementAlertOperator)
- Inheritance
-
CostManagementAlertOperator
- Implements
Constructors
CostManagementAlertOperator(String) |
Initializes a new instance of CostManagementAlertOperator. |
Properties
EqualTo |
EqualTo. |
GreaterThan |
GreaterThan. |
GreaterThanOrEqualTo |
GreaterThanOrEqualTo. |
LessThan |
LessThan. |
LessThanOrEqualTo |
LessThanOrEqualTo. |
None |
None. |
Methods
Equals(CostManagementAlertOperator) |
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(CostManagementAlertOperator, CostManagementAlertOperator) |
Determines if two CostManagementAlertOperator values are the same. |
Implicit(String to CostManagementAlertOperator) |
Converts a string to a CostManagementAlertOperator. |
Inequality(CostManagementAlertOperator, CostManagementAlertOperator) |
Determines if two CostManagementAlertOperator values are not the same. |
Applies to
Azure SDK for .NET