Budget.DefinitionStages.WithTimeGrain Interface
public static interface Budget.DefinitionStages.WithTimeGrain
The stage of the Budget definition allowing to specify timeGrain.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withTimeGrain(TimeGrainType timeGrain)
Specifies the time |
Method Details
withTimeGrain
public abstract Budget.DefinitionStages.WithCreate withTimeGrain(TimeGrainType timeGrain)
Specifies the timeGrain property: 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.
Parameters:
timeGrain
- 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.
Returns:
the next definition stage.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java