az billing permission
此命令群組處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
列出計費許可權。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az billing permission list |
列出呼叫端在計費帳戶上擁有的計費許可權。 |
核心 | 預覽 |
az billing permission list
命令群組 「計費許可權」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
列出呼叫端在計費帳戶上擁有的計費許可權。
az billing permission list --account-name
[--customer-name]
[--invoice-section-name]
[--profile-name]
範例
依計費帳戶範圍列出許可權
az billing permission list --account-name "{billingAccountName}"
依帳單配置檔範圍列出許可權
az billing permission list --account-name "{billingAccountName}" --profile-name "{billingProfileName}"
依發票區段範圍列出許可權
az billing permission list --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --invoice-section-name "{invoiceSectionName}"
依客戶範圍列出許可權
az billing permission list --account-name "{billingAccountName}" --customer-name "{customerName}"
必要參數
--account-name
可唯一識別計費帳戶的標識碼。
選擇性參數
--customer-name
可唯一識別客戶的標識碼。
--invoice-section-name
可唯一識別發票區段的標識碼。
--profile-name
可唯一識別帳單配置檔的標識碼。
全域參數
--debug
提高日誌詳細程度以顯示所有調試日誌。
--help -h
顯示此說明訊息並結束。
--only-show-errors
只顯示錯誤,隱藏警告。
--output -o
輸出格式。
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
--subscription
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
--verbose
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。