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
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
The ID that uniquely identifies a billing account.
Optional Parameters
The ID that uniquely identifies a customer.
The ID that uniquely identifies an invoice section.
The ID that uniquely identifies a billing profile.
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.