BudgetCategory 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 category of the budget, whether the budget tracks cost or usage.
public readonly struct BudgetCategory : IEquatable<Azure.ResourceManager.Consumption.Models.BudgetCategory>
type BudgetCategory = struct
Public Structure BudgetCategory
Implements IEquatable(Of BudgetCategory)
- Inheritance
-
BudgetCategory
- Implements
Constructors
BudgetCategory(String) |
Initializes a new instance of BudgetCategory. |
Properties
Cost |
Cost. |
Methods
Equals(BudgetCategory) |
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(BudgetCategory, BudgetCategory) |
Determines if two BudgetCategory values are the same. |
Implicit(String to BudgetCategory) |
Converts a string to a BudgetCategory. |
Inequality(BudgetCategory, BudgetCategory) |
Determines if two BudgetCategory values are not the same. |
Applies to
Azure SDK for .NET