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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python