az billing role-definition
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Display billing role-definition.
Commands
Name | Description | Type | Status |
---|---|---|---|
az billing role-definition list |
List the role definitions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. |
Core | Preview |
az billing role-definition show |
Show the role definition details. |
Core | Preview |
az billing role-definition list
Command group 'billing role-definition' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List the role definitions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
az billing role-definition list --account-name
[--invoice-section-name]
[--profile-name]
Examples
Lists the role definitions for a billing account
az billing role-definition list --account-name "{billingAccountName}"
List the role definitions for a billing profile.
az billing role-definition list --account-name "{billingAccountName}" --profile-name "{billingProfileName}"
List the role definitions for an invoice section.
az billing role-definition list --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --invoice-section-name "{invoiceSectionName}"
Required Parameters
The ID that uniquely identifies a billing account.
Optional Parameters
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.
az billing role-definition show
Command group 'billing role-definition' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Show the role definition details.
az billing role-definition show --account-name
--name
[--invoice-section-name]
[--profile-name]
Examples
Show the definition for a role on a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
az billing role-definition show --account-name "{billingAccountName}" --name "{billingRoleDefinitionName}"
Show the definition for a role on a billing profile. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
az billing role-definition show --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --name "{billingRoleDefinitionName}"
Show the definition for a role on an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement
az billing role-definition show --account-name "{billingAccountName}" --invoice-section-name "{invoiceSectionName}" --name "{billingRoleDefinitionName}"
Required Parameters
The ID that uniquely identifies a billing account.
The name that uniquely identifies a role definition.
Optional Parameters
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.