Sdílet prostřednictvím


BudgetTimeGrainType Struct

Definition

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