BillingInstrument

The billing instrument information linking to an Azure subscription.

Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

Properties

Name Type Description
id string The identifier of the billing instrument.
resourceGroup string The resource group within the Azure subscription.
subscriptionId string The Azure subscription ID.
View JSON Schema on GitHub

JSON Schema

power-platform-billing-instrument-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BillingInstrument",
  "type": "object",
  "description": "The billing instrument information linking to an Azure subscription.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The identifier of the billing instrument."
    },
    "resourceGroup": {
      "type": "string",
      "description": "The resource group within the Azure subscription."
    },
    "subscriptionId": {
      "type": "string",
      "description": "The Azure subscription ID."
    }
  }
}