az billing transaction

This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Billing transaction.

Commands

Name Description Type Status
az billing transaction list

List the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges.

Core Preview

az billing transaction list

Preview

Command group 'billing transaction' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges.

az billing transaction list --account-name
                            --invoice-name

Examples

List transactions by invoice

az billing transaction list --account-name "{billingAccountName}" --invoice-name "{invoiceName}"

Required Parameters

--account-name

The ID that uniquely identifies a billing account.

--invoice-name

The ID that uniquely identifies an invoice.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.