az billing permission

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

List billing permissions.

Commands

Name Description Type Status
az billing permission list

List the billing permissions the caller has on a billing account.

Core Preview

az billing permission list

Preview

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

List the billing permissions the caller has on a billing account.

az billing permission list --account-name
                           [--customer-name]
                           [--invoice-section-name]
                           [--profile-name]

Examples

List permissions by billing account scope

az billing permission list --account-name "{billingAccountName}"

List permissions by billing profile scope

az billing permission list --account-name "{billingAccountName}" --profile-name "{billingProfileName}"

List permission by invoice section scope

az billing permission list --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --invoice-section-name "{invoiceSectionName}"

List permissions by customer scope

az billing permission list --account-name "{billingAccountName}" --customer-name "{customerName}"

Required Parameters

--account-name

The ID that uniquely identifies a billing account.

Optional Parameters

--customer-name

The ID that uniquely identifies a customer.

--invoice-section-name

The ID that uniquely identifies an invoice section.

--profile-name

The ID that uniquely identifies a billing profile.

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.