BudgetTimePeriod Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate. Supported for CategoryType(s): Cost, ReservationUtilization. Required for CategoryType(s): Cost, ReservationUtilization.
public class BudgetTimePeriod : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.BudgetTimePeriod>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.BudgetTimePeriod>
type BudgetTimePeriod = class
interface IJsonModel<BudgetTimePeriod>
interface IPersistableModel<BudgetTimePeriod>
Public Class BudgetTimePeriod
Implements IJsonModel(Of BudgetTimePeriod), IPersistableModel(Of BudgetTimePeriod)
- Inheritance
-
BudgetTimePeriod
- Implements
Constructors
| Name | Description |
|---|---|
| BudgetTimePeriod(DateTimeOffset) |
Initializes a new instance of BudgetTimePeriod. |
Properties
| Name | Description |
|---|---|
| EndOn |
The end date for the budget.
|
| StartOn |
The start date for the budget.
|