Resource Type: azure_budget

Defined in:
lib/puppet/type/azure_budget.rb
Providers:
arm

Overview

A budget resource.

Properties

  • e_tag

    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.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Resource Id.

  • properties

    “”

  • type

    Resource type.

Parameters

  • api_version

    Version of the API to be used with the client request. The current version is 2019-05-01.

  • name (namevar)

    Resource name.

  • parameters

    Parameters supplied to the Create Budget operation.

  • provider

    The specific backend to use for this ‘azure_budget` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • scope

    The scope associated with budget operations. This includes ‘/subscriptions/subscriptionId/’ for subscription scope, ‘/subscriptions/subscriptionId/resourceGroups/resourceGroupName’ for resourceGroup scope, ‘/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, ‘/providers/Microsoft.Management/managementGroups/managementGroupId’ for Management Group scope, ‘/providers/Microsoft.Billing/billingAccounts/billingAccountId/billingProfiles/billingProfileId’ for billingProfile scope, ‘providers/Microsoft.Billing/billingAccounts/billingAccountId/invoiceSections/invoiceSectionId’ for invoiceSection scope.