ThresholdType 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.
The type of threshold. Supported for CategoryType(s): Cost.
public readonly struct ThresholdType : IEquatable<Azure.ResourceManager.CostManagement.Models.ThresholdType>
type ThresholdType = struct
Public Structure ThresholdType
Implements IEquatable(Of ThresholdType)
- Inheritance
-
ThresholdType
- Implements
Constructors
| Name | Description |
|---|---|
| ThresholdType(String) |
Initializes a new instance of ThresholdType. |
Properties
| Name | Description |
|---|---|
| Actual |
Actual costs budget alerts notify when the actual accrued cost exceeds the allocated budget. |
| Forecasted |
Forecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions. |
Methods
| Name | Description |
|---|---|
| Equals(ThresholdType) |
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(ThresholdType, ThresholdType) |
Determines if two ThresholdType values are the same. |
| Implicit(String to Nullable<ThresholdType>) | |
| Implicit(String to ThresholdType) |
Converts a string to a ThresholdType. |
| Inequality(ThresholdType, ThresholdType) |
Determines if two ThresholdType values are not the same. |