az billing property
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Billing property.
Commands
Name | Description | Type | Status |
---|---|---|---|
az billing property show |
Get the billing properties for a subscription. This operation is not supported for billing accounts with agreement type Enterprise Agreement. |
Core | Preview |
az billing property update |
Update the billing property of a subscription. Currently, cost center can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
Core | Preview |
az billing property show
Command group 'billing property' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the billing properties for a subscription. This operation is not supported for billing accounts with agreement type Enterprise Agreement.
az billing property show
Examples
Show the properties of a billing account
az billing property show
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az billing property update
Command group 'billing property' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update the billing property of a subscription. Currently, cost center can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
az billing property update [--cost-center]
Examples
Update properties of a billing account
az billing property update --cost-center "1010"
Optional Parameters
The cost center applied to the subscription.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.