1. Packages
  2. Azure Native
  3. API Docs
  4. costmanagement
  5. Budget
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.costmanagement.Budget

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    A budget resource. Azure REST API version: 2023-04-01-preview.

    Other available API versions: 2019-04-01-preview, 2023-08-01, 2023-09-01, 2023-11-01.

    Create Budget Resource

    new Budget(name: string, args: BudgetArgs, opts?: CustomResourceOptions);
    @overload
    def Budget(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               amount: Optional[float] = None,
               budget_name: Optional[str] = None,
               category: Optional[Union[str, CategoryType]] = None,
               e_tag: Optional[str] = None,
               filter: Optional[BudgetFilterArgs] = None,
               notifications: Optional[Mapping[str, NotificationArgs]] = None,
               scope: Optional[str] = None,
               time_grain: Optional[Union[str, TimeGrainType]] = None,
               time_period: Optional[BudgetTimePeriodArgs] = None)
    @overload
    def Budget(resource_name: str,
               args: BudgetArgs,
               opts: Optional[ResourceOptions] = None)
    func NewBudget(ctx *Context, name string, args BudgetArgs, opts ...ResourceOption) (*Budget, error)
    public Budget(string name, BudgetArgs args, CustomResourceOptions? opts = null)
    public Budget(String name, BudgetArgs args)
    public Budget(String name, BudgetArgs args, CustomResourceOptions options)
    
    type: azure-native:costmanagement:Budget
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args BudgetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args BudgetArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args BudgetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BudgetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BudgetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Budget Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Budget resource accepts the following input properties:

    Category string | Pulumi.AzureNative.CostManagement.CategoryType
    The category of the budget.

    • 'Cost' defines a Budget.
    • 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
    Scope string

    The scope associated with budget operations.

    Supported scopes for CategoryType: Cost

    Azure RBAC Scopes:

    • '/subscriptions/{subscriptionId}/' for subscription scope
    • '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
    • '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)

    Supported scopes for CategoryType: ReservationUtilization

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
    TimeGrain string | Pulumi.AzureNative.CostManagement.TimeGrainType

    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

    • Monthly

    • Quarterly

    • Annually

    • BillingMonth*

    • BillingQuarter*

    • BillingAnnual*

      *only supported for Web Direct customers.

    Supported timeGrainTypes for CategoryType: ReservationUtilization

    • Last7Days
    • Last30Days

    Required for CategoryType(s): Cost, ReservationUtilization.

    TimePeriod Pulumi.AzureNative.CostManagement.Inputs.BudgetTimePeriod

    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.

    Amount double

    The total amount of cost to track with the budget.

    Supported for CategoryType(s): Cost.

    Required for CategoryType(s): Cost.

    BudgetName string
    Budget Name.
    ETag string
    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 Pulumi.AzureNative.CostManagement.Inputs.BudgetFilter

    May be used to filter budgets by user-specified dimensions and/or tags.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Notifications Dictionary<string, Pulumi.AzureNative.CostManagement.Inputs.NotificationArgs>

    Dictionary of notifications associated with the budget.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
    • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.
    Category string | CategoryType
    The category of the budget.

    • 'Cost' defines a Budget.
    • 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
    Scope string

    The scope associated with budget operations.

    Supported scopes for CategoryType: Cost

    Azure RBAC Scopes:

    • '/subscriptions/{subscriptionId}/' for subscription scope
    • '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
    • '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)

    Supported scopes for CategoryType: ReservationUtilization

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
    TimeGrain string | TimeGrainType

    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

    • Monthly

    • Quarterly

    • Annually

    • BillingMonth*

    • BillingQuarter*

    • BillingAnnual*

      *only supported for Web Direct customers.

    Supported timeGrainTypes for CategoryType: ReservationUtilization

    • Last7Days
    • Last30Days

    Required for CategoryType(s): Cost, ReservationUtilization.

    TimePeriod BudgetTimePeriodArgs

    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.

    Amount float64

    The total amount of cost to track with the budget.

    Supported for CategoryType(s): Cost.

    Required for CategoryType(s): Cost.

    BudgetName string
    Budget Name.
    ETag string
    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 BudgetFilterArgs

    May be used to filter budgets by user-specified dimensions and/or tags.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Notifications map[string]NotificationArgs

    Dictionary of notifications associated with the budget.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
    • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.
    category String | CategoryType
    The category of the budget.

    • 'Cost' defines a Budget.
    • 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
    scope String

    The scope associated with budget operations.

    Supported scopes for CategoryType: Cost

    Azure RBAC Scopes:

    • '/subscriptions/{subscriptionId}/' for subscription scope
    • '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
    • '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)

    Supported scopes for CategoryType: ReservationUtilization

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
    timeGrain String | TimeGrainType

    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

    • Monthly

    • Quarterly

    • Annually

    • BillingMonth*

    • BillingQuarter*

    • BillingAnnual*

      *only supported for Web Direct customers.

    Supported timeGrainTypes for CategoryType: ReservationUtilization

    • Last7Days
    • Last30Days

    Required for CategoryType(s): Cost, ReservationUtilization.

    timePeriod BudgetTimePeriod

    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.

    amount Double

    The total amount of cost to track with the budget.

    Supported for CategoryType(s): Cost.

    Required for CategoryType(s): Cost.

    budgetName String
    Budget Name.
    eTag String
    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 BudgetFilter

    May be used to filter budgets by user-specified dimensions and/or tags.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    notifications Map<String,NotificationArgs>

    Dictionary of notifications associated with the budget.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
    • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.
    category string | CategoryType
    The category of the budget.

    • 'Cost' defines a Budget.
    • 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
    scope string

    The scope associated with budget operations.

    Supported scopes for CategoryType: Cost

    Azure RBAC Scopes:

    • '/subscriptions/{subscriptionId}/' for subscription scope
    • '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
    • '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)

    Supported scopes for CategoryType: ReservationUtilization

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
    timeGrain string | TimeGrainType

    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

    • Monthly

    • Quarterly

    • Annually

    • BillingMonth*

    • BillingQuarter*

    • BillingAnnual*

      *only supported for Web Direct customers.

    Supported timeGrainTypes for CategoryType: ReservationUtilization

    • Last7Days
    • Last30Days

    Required for CategoryType(s): Cost, ReservationUtilization.

    timePeriod BudgetTimePeriod

    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.

    amount number

    The total amount of cost to track with the budget.

    Supported for CategoryType(s): Cost.

    Required for CategoryType(s): Cost.

    budgetName string
    Budget Name.
    eTag string
    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 BudgetFilter

    May be used to filter budgets by user-specified dimensions and/or tags.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    notifications {[key: string]: NotificationArgs}

    Dictionary of notifications associated with the budget.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
    • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.
    category str | CategoryType
    The category of the budget.

    • 'Cost' defines a Budget.
    • 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
    scope str

    The scope associated with budget operations.

    Supported scopes for CategoryType: Cost

    Azure RBAC Scopes:

    • '/subscriptions/{subscriptionId}/' for subscription scope
    • '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
    • '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)

    Supported scopes for CategoryType: ReservationUtilization

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
    time_grain str | TimeGrainType

    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

    • Monthly

    • Quarterly

    • Annually

    • BillingMonth*

    • BillingQuarter*

    • BillingAnnual*

      *only supported for Web Direct customers.

    Supported timeGrainTypes for CategoryType: ReservationUtilization

    • Last7Days
    • Last30Days

    Required for CategoryType(s): Cost, ReservationUtilization.

    time_period BudgetTimePeriodArgs

    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.

    amount float

    The total amount of cost to track with the budget.

    Supported for CategoryType(s): Cost.

    Required for CategoryType(s): Cost.

    budget_name str
    Budget Name.
    e_tag str
    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 BudgetFilterArgs

    May be used to filter budgets by user-specified dimensions and/or tags.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    notifications Mapping[str, NotificationArgs]

    Dictionary of notifications associated with the budget.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
    • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.
    category String | "Cost" | "ReservationUtilization"
    The category of the budget.

    • 'Cost' defines a Budget.
    • 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
    scope String

    The scope associated with budget operations.

    Supported scopes for CategoryType: Cost

    Azure RBAC Scopes:

    • '/subscriptions/{subscriptionId}/' for subscription scope
    • '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope
    • '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)

    Supported scopes for CategoryType: ReservationUtilization

    EA (Enterprise Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account Scope

    MCA (Modern Customer Agreement) Scopes:

    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope (non-CSP only)
    • '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' for customer scope (CSP only)
    timeGrain String | "Monthly" | "Quarterly" | "Annually" | "BillingMonth" | "BillingQuarter" | "BillingAnnual" | "Last7Days" | "Last30Days"

    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

    • Monthly

    • Quarterly

    • Annually

    • BillingMonth*

    • BillingQuarter*

    • BillingAnnual*

      *only supported for Web Direct customers.

    Supported timeGrainTypes for CategoryType: ReservationUtilization

    • Last7Days
    • Last30Days

    Required for CategoryType(s): Cost, ReservationUtilization.

    timePeriod Property Map

    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.

    amount Number

    The total amount of cost to track with the budget.

    Supported for CategoryType(s): Cost.

    Required for CategoryType(s): Cost.

    budgetName String
    Budget Name.
    eTag String
    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 Property Map

    May be used to filter budgets by user-specified dimensions and/or tags.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    notifications Map<Property Map>

    Dictionary of notifications associated with the budget.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
    • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Budget resource produces the following output properties:

    CurrentSpend Pulumi.AzureNative.CostManagement.Outputs.CurrentSpendResponse

    The current amount of cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    ForecastSpend Pulumi.AzureNative.CostManagement.Outputs.ForecastSpendResponse

    The forecasted cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    CurrentSpend CurrentSpendResponse

    The current amount of cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    ForecastSpend ForecastSpendResponse

    The forecasted cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    currentSpend CurrentSpendResponse

    The current amount of cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    forecastSpend ForecastSpendResponse

    The forecasted cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    currentSpend CurrentSpendResponse

    The current amount of cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    forecastSpend ForecastSpendResponse

    The forecasted cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the resource
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    current_spend CurrentSpendResponse

    The current amount of cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    forecast_spend ForecastSpendResponse

    The forecasted cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the resource
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    currentSpend Property Map

    The current amount of cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    forecastSpend Property Map

    The forecasted cost which is being tracked for a budget.

    Supported for CategoryType(s): Cost.

    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    BudgetComparisonExpression, BudgetComparisonExpressionArgs

    Name string
    The name of the column to use in comparison.
    Operator string | Pulumi.AzureNative.CostManagement.BudgetOperatorType
    The operator to use for comparison.
    Values List<string>
    Array of values to use for comparison
    Name string
    The name of the column to use in comparison.
    Operator string | BudgetOperatorType
    The operator to use for comparison.
    Values []string
    Array of values to use for comparison
    name String
    The name of the column to use in comparison.
    operator String | BudgetOperatorType
    The operator to use for comparison.
    values List<String>
    Array of values to use for comparison
    name string
    The name of the column to use in comparison.
    operator string | BudgetOperatorType
    The operator to use for comparison.
    values string[]
    Array of values to use for comparison
    name str
    The name of the column to use in comparison.
    operator str | BudgetOperatorType
    The operator to use for comparison.
    values Sequence[str]
    Array of values to use for comparison
    name String
    The name of the column to use in comparison.
    operator String | "In"
    The operator to use for comparison.
    values List<String>
    Array of values to use for comparison

    BudgetComparisonExpressionResponse, BudgetComparisonExpressionResponseArgs

    Name string
    The name of the column to use in comparison.
    Operator string
    The operator to use for comparison.
    Values List<string>
    Array of values to use for comparison
    Name string
    The name of the column to use in comparison.
    Operator string
    The operator to use for comparison.
    Values []string
    Array of values to use for comparison
    name String
    The name of the column to use in comparison.
    operator String
    The operator to use for comparison.
    values List<String>
    Array of values to use for comparison
    name string
    The name of the column to use in comparison.
    operator string
    The operator to use for comparison.
    values string[]
    Array of values to use for comparison
    name str
    The name of the column to use in comparison.
    operator str
    The operator to use for comparison.
    values Sequence[str]
    Array of values to use for comparison
    name String
    The name of the column to use in comparison.
    operator String
    The operator to use for comparison.
    values List<String>
    Array of values to use for comparison

    BudgetFilter, BudgetFilterArgs

    And List<Pulumi.AzureNative.CostManagement.Inputs.BudgetFilterProperties>

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    Dimensions Pulumi.AzureNative.CostManagement.Inputs.BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    Tags Pulumi.AzureNative.CostManagement.Inputs.BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    And []BudgetFilterProperties

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    Dimensions BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    Tags BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    and List<BudgetFilterProperties>

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    and BudgetFilterProperties[]

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    and_ Sequence[BudgetFilterProperties]

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    and List<Property Map>

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    dimensions Property Map

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags Property Map

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    BudgetFilterProperties, BudgetFilterPropertiesArgs

    Dimensions Pulumi.AzureNative.CostManagement.Inputs.BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    Tags Pulumi.AzureNative.CostManagement.Inputs.BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    Dimensions BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    Tags BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpression

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpression

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    dimensions Property Map

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags Property Map

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    BudgetFilterPropertiesResponse, BudgetFilterPropertiesResponseArgs

    Dimensions Pulumi.AzureNative.CostManagement.Inputs.BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    Tags Pulumi.AzureNative.CostManagement.Inputs.BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    Dimensions BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    Tags BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    dimensions Property Map

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags Property Map

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    BudgetFilterResponse, BudgetFilterResponseArgs

    And List<Pulumi.AzureNative.CostManagement.Inputs.BudgetFilterPropertiesResponse>

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    Dimensions Pulumi.AzureNative.CostManagement.Inputs.BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    Tags Pulumi.AzureNative.CostManagement.Inputs.BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    And []BudgetFilterPropertiesResponse

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    Dimensions BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    Tags BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    and List<BudgetFilterPropertiesResponse>

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    and BudgetFilterPropertiesResponse[]

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    and_ Sequence[BudgetFilterPropertiesResponse]

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    dimensions BudgetComparisonExpressionResponse

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags BudgetComparisonExpressionResponse

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    and List<Property Map>

    The logical "AND" expression. Must have at least 2 items.

    Supported for CategoryType(s): Cost.

    dimensions Property Map

    Has comparison expression for a dimension.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported dimension names for CategoryType: ReservationUtilization

    • ReservationId
    • ReservedResourceType
    tags Property Map

    Has comparison expression for a tag.

    Supported for CategoryType(s): Cost.

    BudgetNotificationOperatorType, BudgetNotificationOperatorTypeArgs

    EqualTo
    EqualTo

    Notification will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future.

    Supported for CategoryType(s): Cost.

    GreaterThan
    GreaterThan

    Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.

    Supported for CategoryType(s): Cost.

    GreaterThanOrEqualTo
    GreaterThanOrEqualTo

    Notification will be triggered if the evaluated cost is greater than or equal to the threshold value.

    Supported for CategoryType(s): Cost.

    LessThan
    LessThan

    Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage.

    Supported for CategoryType(s): ReservationUtilization.

    BudgetNotificationOperatorTypeEqualTo
    EqualTo

    Notification will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future.

    Supported for CategoryType(s): Cost.

    BudgetNotificationOperatorTypeGreaterThan
    GreaterThan

    Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.

    Supported for CategoryType(s): Cost.

    BudgetNotificationOperatorTypeGreaterThanOrEqualTo
    GreaterThanOrEqualTo

    Notification will be triggered if the evaluated cost is greater than or equal to the threshold value.

    Supported for CategoryType(s): Cost.

    BudgetNotificationOperatorTypeLessThan
    LessThan

    Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage.

    Supported for CategoryType(s): ReservationUtilization.

    EqualTo
    EqualTo

    Notification will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future.

    Supported for CategoryType(s): Cost.

    GreaterThan
    GreaterThan

    Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.

    Supported for CategoryType(s): Cost.

    GreaterThanOrEqualTo
    GreaterThanOrEqualTo

    Notification will be triggered if the evaluated cost is greater than or equal to the threshold value.

    Supported for CategoryType(s): Cost.

    LessThan
    LessThan

    Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage.

    Supported for CategoryType(s): ReservationUtilization.

    EqualTo
    EqualTo

    Notification will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future.

    Supported for CategoryType(s): Cost.

    GreaterThan
    GreaterThan

    Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.

    Supported for CategoryType(s): Cost.

    GreaterThanOrEqualTo
    GreaterThanOrEqualTo

    Notification will be triggered if the evaluated cost is greater than or equal to the threshold value.

    Supported for CategoryType(s): Cost.

    LessThan
    LessThan

    Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage.

    Supported for CategoryType(s): ReservationUtilization.

    EQUAL_TO
    EqualTo

    Notification will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future.

    Supported for CategoryType(s): Cost.

    GREATER_THAN
    GreaterThan

    Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.

    Supported for CategoryType(s): Cost.

    GREATER_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo

    Notification will be triggered if the evaluated cost is greater than or equal to the threshold value.

    Supported for CategoryType(s): Cost.

    LESS_THAN
    LessThan

    Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage.

    Supported for CategoryType(s): ReservationUtilization.

    "EqualTo"
    EqualTo

    Notification will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future.

    Supported for CategoryType(s): Cost.

    "GreaterThan"
    GreaterThan

    Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.

    Supported for CategoryType(s): Cost.

    "GreaterThanOrEqualTo"
    GreaterThanOrEqualTo

    Notification will be triggered if the evaluated cost is greater than or equal to the threshold value.

    Supported for CategoryType(s): Cost.

    "LessThan"
    LessThan

    Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage.

    Supported for CategoryType(s): ReservationUtilization.

    BudgetOperatorType, BudgetOperatorTypeArgs

    In
    In
    BudgetOperatorTypeIn
    In
    In
    In
    In
    In
    IN_
    In
    "In"
    In

    BudgetTimePeriod, BudgetTimePeriodArgs

    StartDate string

    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.

    EndDate string

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    StartDate string

    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.

    EndDate string

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    startDate String

    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.

    endDate String

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    startDate string

    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.

    endDate string

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    start_date str

    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.

    end_date str

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    startDate String

    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.

    endDate String

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    BudgetTimePeriodResponse, BudgetTimePeriodResponseArgs

    StartDate string

    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.

    EndDate string

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    StartDate string

    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.

    EndDate string

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    startDate String

    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.

    endDate String

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    startDate string

    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.

    endDate string

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    start_date str

    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.

    end_date str

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    startDate String

    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.

    endDate String

    The end date for the budget.

    • Constraints for CategoryType: Cost - No constraints. If not provided, we default this to 10 years from the start date.

    • Constraints for CategoryType: ReservationUtilization - End date cannot be more than 3 years after the start date.

    CategoryType, CategoryTypeArgs

    Cost
    CostA Budget that evaluates monetary cost of Azure resources against an amount, and alerts based on a configured notification threshold.
    ReservationUtilization
    ReservationUtilizationAn Alert Rule that evaluates the utilization percentage of Azure Reservations, and alerts based on a configured notification threshold.
    CategoryTypeCost
    CostA Budget that evaluates monetary cost of Azure resources against an amount, and alerts based on a configured notification threshold.
    CategoryTypeReservationUtilization
    ReservationUtilizationAn Alert Rule that evaluates the utilization percentage of Azure Reservations, and alerts based on a configured notification threshold.
    Cost
    CostA Budget that evaluates monetary cost of Azure resources against an amount, and alerts based on a configured notification threshold.
    ReservationUtilization
    ReservationUtilizationAn Alert Rule that evaluates the utilization percentage of Azure Reservations, and alerts based on a configured notification threshold.
    Cost
    CostA Budget that evaluates monetary cost of Azure resources against an amount, and alerts based on a configured notification threshold.
    ReservationUtilization
    ReservationUtilizationAn Alert Rule that evaluates the utilization percentage of Azure Reservations, and alerts based on a configured notification threshold.
    COST
    CostA Budget that evaluates monetary cost of Azure resources against an amount, and alerts based on a configured notification threshold.
    RESERVATION_UTILIZATION
    ReservationUtilizationAn Alert Rule that evaluates the utilization percentage of Azure Reservations, and alerts based on a configured notification threshold.
    "Cost"
    CostA Budget that evaluates monetary cost of Azure resources against an amount, and alerts based on a configured notification threshold.
    "ReservationUtilization"
    ReservationUtilizationAn Alert Rule that evaluates the utilization percentage of Azure Reservations, and alerts based on a configured notification threshold.

    CultureCode, CultureCodeArgs

    En_us
    en-us
    Ja_jp
    ja-jp
    Zh_cn
    zh-cn
    De_de
    de-de
    Es_es
    es-es
    Fr_fr
    fr-fr
    It_it
    it-it
    Ko_kr
    ko-kr
    Pt_br
    pt-br
    Ru_ru
    ru-ru
    Zh_tw
    zh-tw
    Cs_cz
    cs-cz
    Pl_pl
    pl-pl
    Tr_tr
    tr-tr
    Da_dk
    da-dk
    En_gb
    en-gb
    Hu_hu
    hu-hu
    Nb_no
    nb-no
    Nl_nl
    nl-nl
    Pt_pt
    pt-pt
    Sv_se
    sv-se
    CultureCode_En_Us
    en-us
    CultureCode_Ja_Jp
    ja-jp
    CultureCode_Zh_Cn
    zh-cn
    CultureCode_De_De
    de-de
    CultureCode_Es_Es
    es-es
    CultureCode_Fr_Fr
    fr-fr
    CultureCode_It_It
    it-it
    CultureCode_Ko_Kr
    ko-kr
    CultureCode_Pt_Br
    pt-br
    CultureCode_Ru_Ru
    ru-ru
    CultureCode_Zh_Tw
    zh-tw
    CultureCode_Cs_Cz
    cs-cz
    CultureCode_Pl_Pl
    pl-pl
    CultureCode_Tr_Tr
    tr-tr
    CultureCode_Da_Dk
    da-dk
    CultureCode_En_Gb
    en-gb
    CultureCode_Hu_Hu
    hu-hu
    CultureCode_Nb_No
    nb-no
    CultureCode_Nl_Nl
    nl-nl
    CultureCode_Pt_Pt
    pt-pt
    CultureCode_Sv_Se
    sv-se
    Enus
    en-us
    Jajp
    ja-jp
    Zhcn
    zh-cn
    Dede
    de-de
    Eses
    es-es
    Frfr
    fr-fr
    Itit
    it-it
    Kokr
    ko-kr
    Ptbr
    pt-br
    Ruru
    ru-ru
    Zhtw
    zh-tw
    Cscz
    cs-cz
    Plpl
    pl-pl
    Trtr
    tr-tr
    Dadk
    da-dk
    Engb
    en-gb
    Huhu
    hu-hu
    Nbno
    nb-no
    Nlnl
    nl-nl
    Ptpt
    pt-pt
    Svse
    sv-se
    En_us
    en-us
    Ja_jp
    ja-jp
    Zh_cn
    zh-cn
    De_de
    de-de
    Es_es
    es-es
    Fr_fr
    fr-fr
    It_it
    it-it
    Ko_kr
    ko-kr
    Pt_br
    pt-br
    Ru_ru
    ru-ru
    Zh_tw
    zh-tw
    Cs_cz
    cs-cz
    Pl_pl
    pl-pl
    Tr_tr
    tr-tr
    Da_dk
    da-dk
    En_gb
    en-gb
    Hu_hu
    hu-hu
    Nb_no
    nb-no
    Nl_nl
    nl-nl
    Pt_pt
    pt-pt
    Sv_se
    sv-se
    EN_US
    en-us
    JA_JP
    ja-jp
    ZH_CN
    zh-cn
    DE_DE
    de-de
    ES_ES
    es-es
    FR_FR
    fr-fr
    IT_IT
    it-it
    KO_KR
    ko-kr
    PT_BR
    pt-br
    RU_RU
    ru-ru
    ZH_TW
    zh-tw
    CS_CZ
    cs-cz
    PL_PL
    pl-pl
    TR_TR
    tr-tr
    DA_DK
    da-dk
    EN_GB
    en-gb
    HU_HU
    hu-hu
    NB_NO
    nb-no
    NL_NL
    nl-nl
    PT_PT
    pt-pt
    SV_SE
    sv-se
    "en-us"
    en-us
    "ja-jp"
    ja-jp
    "zh-cn"
    zh-cn
    "de-de"
    de-de
    "es-es"
    es-es
    "fr-fr"
    fr-fr
    "it-it"
    it-it
    "ko-kr"
    ko-kr
    "pt-br"
    pt-br
    "ru-ru"
    ru-ru
    "zh-tw"
    zh-tw
    "cs-cz"
    cs-cz
    "pl-pl"
    pl-pl
    "tr-tr"
    tr-tr
    "da-dk"
    da-dk
    "en-gb"
    en-gb
    "hu-hu"
    hu-hu
    "nb-no"
    nb-no
    "nl-nl"
    nl-nl
    "pt-pt"
    pt-pt
    "sv-se"
    sv-se

    CurrentSpendResponse, CurrentSpendResponseArgs

    Amount double
    The total amount of cost which is being tracked by the budget.
    Unit string
    The unit of measure for the budget amount.
    Amount float64
    The total amount of cost which is being tracked by the budget.
    Unit string
    The unit of measure for the budget amount.
    amount Double
    The total amount of cost which is being tracked by the budget.
    unit String
    The unit of measure for the budget amount.
    amount number
    The total amount of cost which is being tracked by the budget.
    unit string
    The unit of measure for the budget amount.
    amount float
    The total amount of cost which is being tracked by the budget.
    unit str
    The unit of measure for the budget amount.
    amount Number
    The total amount of cost which is being tracked by the budget.
    unit String
    The unit of measure for the budget amount.

    ForecastSpendResponse, ForecastSpendResponseArgs

    Amount double
    The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
    Unit string
    The unit of measure for the budget amount.
    Amount float64
    The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
    Unit string
    The unit of measure for the budget amount.
    amount Double
    The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
    unit String
    The unit of measure for the budget amount.
    amount number
    The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
    unit string
    The unit of measure for the budget amount.
    amount float
    The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
    unit str
    The unit of measure for the budget amount.
    amount Number
    The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
    unit String
    The unit of measure for the budget amount.

    Frequency, FrequencyArgs

    Daily
    DailyAfter the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.
    Weekly
    WeeklyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.
    Monthly
    MonthlyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.
    FrequencyDaily
    DailyAfter the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.
    FrequencyWeekly
    WeeklyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.
    FrequencyMonthly
    MonthlyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.
    Daily
    DailyAfter the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.
    Weekly
    WeeklyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.
    Monthly
    MonthlyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.
    Daily
    DailyAfter the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.
    Weekly
    WeeklyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.
    Monthly
    MonthlyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.
    DAILY
    DailyAfter the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.
    WEEKLY
    WeeklyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.
    MONTHLY
    MonthlyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.
    "Daily"
    DailyAfter the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.
    "Weekly"
    WeeklyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.
    "Monthly"
    MonthlyAfter the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.

    Notification, NotificationArgs

    ContactEmails List<string>

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Enabled bool

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Operator string | Pulumi.AzureNative.CostManagement.BudgetNotificationOperatorType

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    Threshold double

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    ContactGroups List<string>

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    ContactRoles List<string>

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    Frequency string | Pulumi.AzureNative.CostManagement.Frequency

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    Locale string | Pulumi.AzureNative.CostManagement.CultureCode

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    ThresholdType string | Pulumi.AzureNative.CostManagement.ThresholdType

    The type of threshold.

    Supported for CategoryType(s): Cost.

    ContactEmails []string

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Enabled bool

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Operator string | BudgetNotificationOperatorType

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    Threshold float64

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    ContactGroups []string

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    ContactRoles []string

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    Frequency string | Frequency

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    Locale string | CultureCode

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    ThresholdType string | ThresholdType

    The type of threshold.

    Supported for CategoryType(s): Cost.

    contactEmails List<String>

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    enabled Boolean

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    operator String | BudgetNotificationOperatorType

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    threshold Double

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    contactGroups List<String>

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    contactRoles List<String>

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    frequency String | Frequency

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    locale String | CultureCode

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    thresholdType String | ThresholdType

    The type of threshold.

    Supported for CategoryType(s): Cost.

    contactEmails string[]

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    enabled boolean

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    operator string | BudgetNotificationOperatorType

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    threshold number

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    contactGroups string[]

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    contactRoles string[]

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    frequency string | Frequency

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    locale string | CultureCode

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    thresholdType string | ThresholdType

    The type of threshold.

    Supported for CategoryType(s): Cost.

    contact_emails Sequence[str]

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    enabled bool

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    operator str | BudgetNotificationOperatorType

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    threshold float

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    contact_groups Sequence[str]

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    contact_roles Sequence[str]

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    frequency str | Frequency

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    locale str | CultureCode

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    threshold_type str | ThresholdType

    The type of threshold.

    Supported for CategoryType(s): Cost.

    contactEmails List<String>

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    enabled Boolean

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    operator String | "EqualTo" | "GreaterThan" | "GreaterThanOrEqualTo" | "LessThan"

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    threshold Number

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    contactGroups List<String>

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    contactRoles List<String>

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    frequency String | "Daily" | "Weekly" | "Monthly"

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    locale String | "en-us" | "ja-jp" | "zh-cn" | "de-de" | "es-es" | "fr-fr" | "it-it" | "ko-kr" | "pt-br" | "ru-ru" | "zh-tw" | "cs-cz" | "pl-pl" | "tr-tr" | "da-dk" | "en-gb" | "hu-hu" | "nb-no" | "nl-nl" | "pt-pt" | "sv-se"

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    thresholdType String | "Actual" | "Forecasted"

    The type of threshold.

    Supported for CategoryType(s): Cost.

    NotificationResponse, NotificationResponseArgs

    ContactEmails List<string>

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Enabled bool

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Operator string

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    Threshold double

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    ContactGroups List<string>

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    ContactRoles List<string>

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    Frequency string

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    Locale string

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    ThresholdType string

    The type of threshold.

    Supported for CategoryType(s): Cost.

    ContactEmails []string

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Enabled bool

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Operator string

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    Threshold float64

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    ContactGroups []string

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    ContactRoles []string

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    Frequency string

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    Locale string

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    ThresholdType string

    The type of threshold.

    Supported for CategoryType(s): Cost.

    contactEmails List<String>

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    enabled Boolean

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    operator String

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    threshold Double

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    contactGroups List<String>

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    contactRoles List<String>

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    frequency String

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    locale String

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    thresholdType String

    The type of threshold.

    Supported for CategoryType(s): Cost.

    contactEmails string[]

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    enabled boolean

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    operator string

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    threshold number

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    contactGroups string[]

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    contactRoles string[]

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    frequency string

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    locale string

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    thresholdType string

    The type of threshold.

    Supported for CategoryType(s): Cost.

    contact_emails Sequence[str]

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    enabled bool

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    operator str

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    threshold float

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    contact_groups Sequence[str]

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    contact_roles Sequence[str]

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    frequency str

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    locale str

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    threshold_type str

    The type of threshold.

    Supported for CategoryType(s): Cost.

    contactEmails List<String>

    Email addresses to send the notification to when the threshold is breached. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    enabled Boolean

    The notification is enabled or not.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    operator String

    The comparison operator.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    Supported operators for CategoryType: Cost

    • GreaterThan
    • GreaterThanOrEqualTo

    Supported operators for CategoryType: ReservationUtilization

    • LessThan
    threshold Number

    Threshold value associated with a notification. It is always percent with a maximum of 2 decimal places.

    Supported for CategoryType(s): Cost, ReservationUtilization.

    CategoryType: Cost - Must be between 0 and 1000. Notification is sent when the cost exceeded the threshold.

    CategoryType: ReservationUtilization - Must be between 0 and 100. Notification is sent when a reservation has a utilization percentage below the threshold.

    contactGroups List<String>

    Subscription or Resource Group scopes only. Action groups to send the notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id.

    Supported for CategoryType(s): Cost.

    contactRoles List<String>

    Subscription or Resource Group scopes only. Contact roles to send the notification to when the threshold is breached.

    Supported for CategoryType(s): Cost.

    frequency String

    Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).

    Supported for CategoryType(s): ReservationUtilization.

    locale String

    Language in which the recipient will receive the notification,

    Supported for CategoryType(s): Cost, ReservationUtilization.

    thresholdType String

    The type of threshold.

    Supported for CategoryType(s): Cost.

    ThresholdType, ThresholdTypeArgs

    Actual
    ActualActual costs budget alerts notify when the actual accrued cost exceeds the allocated budget.
    Forecasted
    ForecastedForecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions.
    ThresholdTypeActual
    ActualActual costs budget alerts notify when the actual accrued cost exceeds the allocated budget.
    ThresholdTypeForecasted
    ForecastedForecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions.
    Actual
    ActualActual costs budget alerts notify when the actual accrued cost exceeds the allocated budget.
    Forecasted
    ForecastedForecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions.
    Actual
    ActualActual costs budget alerts notify when the actual accrued cost exceeds the allocated budget.
    Forecasted
    ForecastedForecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions.
    ACTUAL
    ActualActual costs budget alerts notify when the actual accrued cost exceeds the allocated budget.
    FORECASTED
    ForecastedForecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions.
    "Actual"
    ActualActual costs budget alerts notify when the actual accrued cost exceeds the allocated budget.
    "Forecasted"
    ForecastedForecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions.

    TimeGrainType, TimeGrainTypeArgs

    Monthly
    Monthly

    The budget will track costs in the current calendar month against the amount.

    Supported for CategoryType: Cost only.

    Quarterly
    Quarterly

    The budget will track costs in the current calendar quarter against the amount.

    Supported for CategoryType: Cost only.

    Annually
    Annually

    The budget will track costs in the current calendar year against the amount.

    Supported for CategoryType: Cost only.

    BillingMonth
    BillingMonth

    The budget will track costs in the current billing month against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    BillingQuarter
    BillingQuarter

    The budget will track costs in the current billing quarter against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    BillingAnnual
    BillingAnnual

    The budget will track costs in the current billing year against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    Last7Days
    Last7Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 7-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    Last30Days
    Last30Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 30-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    TimeGrainTypeMonthly
    Monthly

    The budget will track costs in the current calendar month against the amount.

    Supported for CategoryType: Cost only.

    TimeGrainTypeQuarterly
    Quarterly

    The budget will track costs in the current calendar quarter against the amount.

    Supported for CategoryType: Cost only.

    TimeGrainTypeAnnually
    Annually

    The budget will track costs in the current calendar year against the amount.

    Supported for CategoryType: Cost only.

    TimeGrainTypeBillingMonth
    BillingMonth

    The budget will track costs in the current billing month against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    TimeGrainTypeBillingQuarter
    BillingQuarter

    The budget will track costs in the current billing quarter against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    TimeGrainTypeBillingAnnual
    BillingAnnual

    The budget will track costs in the current billing year against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    TimeGrainTypeLast7Days
    Last7Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 7-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    TimeGrainTypeLast30Days
    Last30Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 30-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    Monthly
    Monthly

    The budget will track costs in the current calendar month against the amount.

    Supported for CategoryType: Cost only.

    Quarterly
    Quarterly

    The budget will track costs in the current calendar quarter against the amount.

    Supported for CategoryType: Cost only.

    Annually
    Annually

    The budget will track costs in the current calendar year against the amount.

    Supported for CategoryType: Cost only.

    BillingMonth
    BillingMonth

    The budget will track costs in the current billing month against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    BillingQuarter
    BillingQuarter

    The budget will track costs in the current billing quarter against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    BillingAnnual
    BillingAnnual

    The budget will track costs in the current billing year against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    Last7Days
    Last7Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 7-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    Last30Days
    Last30Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 30-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    Monthly
    Monthly

    The budget will track costs in the current calendar month against the amount.

    Supported for CategoryType: Cost only.

    Quarterly
    Quarterly

    The budget will track costs in the current calendar quarter against the amount.

    Supported for CategoryType: Cost only.

    Annually
    Annually

    The budget will track costs in the current calendar year against the amount.

    Supported for CategoryType: Cost only.

    BillingMonth
    BillingMonth

    The budget will track costs in the current billing month against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    BillingQuarter
    BillingQuarter

    The budget will track costs in the current billing quarter against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    BillingAnnual
    BillingAnnual

    The budget will track costs in the current billing year against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    Last7Days
    Last7Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 7-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    Last30Days
    Last30Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 30-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    MONTHLY
    Monthly

    The budget will track costs in the current calendar month against the amount.

    Supported for CategoryType: Cost only.

    QUARTERLY
    Quarterly

    The budget will track costs in the current calendar quarter against the amount.

    Supported for CategoryType: Cost only.

    ANNUALLY
    Annually

    The budget will track costs in the current calendar year against the amount.

    Supported for CategoryType: Cost only.

    BILLING_MONTH
    BillingMonth

    The budget will track costs in the current billing month against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    BILLING_QUARTER
    BillingQuarter

    The budget will track costs in the current billing quarter against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    BILLING_ANNUAL
    BillingAnnual

    The budget will track costs in the current billing year against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    LAST7_DAYS
    Last7Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 7-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    LAST30_DAYS
    Last30Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 30-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    "Monthly"
    Monthly

    The budget will track costs in the current calendar month against the amount.

    Supported for CategoryType: Cost only.

    "Quarterly"
    Quarterly

    The budget will track costs in the current calendar quarter against the amount.

    Supported for CategoryType: Cost only.

    "Annually"
    Annually

    The budget will track costs in the current calendar year against the amount.

    Supported for CategoryType: Cost only.

    "BillingMonth"
    BillingMonth

    The budget will track costs in the current billing month against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    "BillingQuarter"
    BillingQuarter

    The budget will track costs in the current billing quarter against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    "BillingAnnual"
    BillingAnnual

    The budget will track costs in the current billing year against the amount.

    Supported for CategoryType: Cost and Web Direct customers only.

    "Last7Days"
    Last7Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 7-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    "Last30Days"
    Last30Days

    The Reservation Utilization Alert Rule will evaluate reservations based on their 30-Day utilization percentage.

    Supported for CategoryType: ReservationUtilization only.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi