BudgetTimePeriod Class

The start and end date for a budget.

All required parameters must be populated in order to send to Azure.

Inheritance
BudgetTimePeriod

Constructor

BudgetTimePeriod(*, start_date: datetime.datetime, end_date: Optional[datetime.datetime] = None, **kwargs)

Parameters

start_date
datetime
Required

Required. The start date for the budget.

end_date
datetime
Required

The end date for the budget. If not provided, we default this to 10 years from the start date.