BudgetTimePeriod Class

The start and end date for a budget.

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

Constructor

BudgetTimePeriod(*, start_date: datetime, end_date: datetime | None = None, **kwargs)

Keyword-Only Parameters

Name Description
start_date

Required. The start date for the budget.

end_date

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

Variables

Name Description
start_date

Required. The start date for the budget.

end_date

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