Microsoft.Billing billingAccounts 2018-11-01-preview
Bicep resource definition
The billingAccounts resource type can be deployed with operations that target:
- Tenant - See tenant deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Billing/billingAccounts resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Billing/billingAccounts@2018-11-01-preview' = {
name: 'string'
}
Property values
Microsoft.Billing/billingAccounts
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
ARM template resource definition
The billingAccounts resource type can be deployed with operations that target:
- Tenant - See tenant deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Billing/billingAccounts resource, add the following JSON to your template.
{
"type": "Microsoft.Billing/billingAccounts",
"apiVersion": "2018-11-01-preview",
"name": "string"
}
Property values
Microsoft.Billing/billingAccounts
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2018-11-01-preview' |
name | The resource name | string (required) |
type | The resource type | 'Microsoft.Billing/billingAccounts' |
Terraform (AzAPI provider) resource definition
The billingAccounts resource type can be deployed with operations that target:
- Tenant
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Billing/billingAccounts resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts@2018-11-01-preview"
name = "string"
}
Property values
Microsoft.Billing/billingAccounts
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
type | The resource type | "Microsoft.Billing/billingAccounts@2018-11-01-preview" |