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
| Name | Description |
|---|---|
| CostManagementAlertOperator(String) |
Initializes a new instance of CostManagementAlertOperator. |
Properties
| Name | Description |
|---|---|
| EqualTo |
Gets the EqualTo. |
| GreaterThan |
Gets the GreaterThan. |
| GreaterThanOrEqualTo |
Gets the GreaterThanOrEqualTo. |
| LessThan |
Gets the LessThan. |
| LessThanOrEqualTo |
Gets the LessThanOrEqualTo. |
| None |
Gets the None. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(CostManagementAlertOperator, CostManagementAlertOperator) |
Determines if two CostManagementAlertOperator values are the same. |
| Implicit(String to CostManagementAlertOperator) |
Converts a string to a CostManagementAlertOperator. |
| Implicit(String to Nullable<CostManagementAlertOperator>) | |
| Inequality(CostManagementAlertOperator, CostManagementAlertOperator) |
Determines if two CostManagementAlertOperator values are not the same. |