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 WithCreate withTimeGrain(TimeGrainType timeGrain)

Specifies the timeGrain property: The time covered by a budget.

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