BudgetData 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.
A budget resource.
public class BudgetData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.BudgetData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.BudgetData>
type BudgetData = class
inherit ResourceData
interface IJsonModel<BudgetData>
interface IPersistableModel<BudgetData>
Public Class BudgetData
Inherits ResourceData
Implements IJsonModel(Of BudgetData), IPersistableModel(Of BudgetData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BudgetData() |
Initializes a new instance of BudgetData. |
Properties
| Name | Description |
|---|---|
| Amount |
The total amount of cost to track with the budget. Supported for CategoryType(s): Cost. Required for CategoryType(s): Cost. |
| Category |
The category of the budget.
|
| CurrentSpend |
The current amount of cost which is being tracked for a budget. Supported for CategoryType(s): Cost. |
| ETag |
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. |
| Filter |
May be used to filter budgets by user-specified dimensions and/or tags. Supported for CategoryType(s): Cost, ReservationUtilization. |
| ForecastSpend |
The forecasted cost which is being tracked for a budget. Supported for CategoryType(s): Cost. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Name |
The name of the resource. (Inherited from ResourceData) |
| Notifications |
Dictionary of notifications associated with the budget. Supported for CategoryType(s): Cost, ReservationUtilization.
|
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| TimeGrain |
The time covered by a budget. Tracking of the amount will be reset based on the time grain. Supported for CategoryType(s): Cost, ReservationUtilization. Supported timeGrainTypes for CategoryType: Cost
|
| TimePeriod |
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. |