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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python