BudgetTimePeriod(DateTimeOffset) Constructor

Definition

Initializes a new instance of BudgetTimePeriod.

public BudgetTimePeriod(DateTimeOffset startOn);
new Azure.ResourceManager.CostManagement.Models.BudgetTimePeriod : DateTimeOffset -> Azure.ResourceManager.CostManagement.Models.BudgetTimePeriod
Public Sub New (startOn As DateTimeOffset)

Parameters

startOn
DateTimeOffset

The start date for the budget.

  • Constraints for CategoryType: Cost - Must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than twelve months. Past start date should be selected within the timegrain period.
  • Constraints for CategoryType: ReservationUtilization - Must be on or after the current date and less than the end date.

Applies to