BudgetTimeGrainType 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 time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers.
public readonly struct BudgetTimeGrainType : IEquatable<Azure.ResourceManager.Consumption.Models.BudgetTimeGrainType>
type BudgetTimeGrainType = struct
Public Structure BudgetTimeGrainType
Implements IEquatable(Of BudgetTimeGrainType)
- Inheritance
-
BudgetTimeGrainType
- Implements
Constructors
BudgetTimeGrainType(String) |
Initializes a new instance of BudgetTimeGrainType. |
Properties
Annually |
Annually. |
BillingAnnual |
BillingAnnual. |
BillingMonth |
BillingMonth. |
BillingQuarter |
BillingQuarter. |
Monthly |
Monthly. |
Quarterly |
Quarterly. |
Methods
Equals(BudgetTimeGrainType) |
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(BudgetTimeGrainType, BudgetTimeGrainType) |
Determines if two BudgetTimeGrainType values are the same. |
Implicit(String to BudgetTimeGrainType) |
Converts a string to a BudgetTimeGrainType. |
Inequality(BudgetTimeGrainType, BudgetTimeGrainType) |
Determines if two BudgetTimeGrainType values are not the same. |
Applies to
Azure SDK for .NET