共用方式為


az billing instruction

此命令群組處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

管理帳單指示。

命令

名稱 Description 類型 狀態
az billing instruction create

建立指示。 這些是自定義計費指示,僅適用於特定客戶。

核心 預覽
az billing instruction list

依帳單配置檔標識碼列出指示。

核心 預覽
az billing instruction show

依名稱顯示指令。 這些是自定義計費指示,僅適用於特定客戶。

核心 預覽
az billing instruction update

更新指示。 這些是自定義計費指示,僅適用於特定客戶。

核心 預覽

az billing instruction create

預覽

命令群組「帳單指示」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

建立指示。 這些是自定義計費指示,僅適用於特定客戶。

az billing instruction create --account-name
                              --name
                              --profile-name
                              [--amount]
                              [--creation-date]
                              [--end-date]
                              [--start-date]

範例

建立指示

az billing instruction create --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --name "{instructionName}" --amount 5000 --end-date "2020-12-30T21:26:47.997Z" --start-date "2019-12-30T21:26:47.997Z"

必要參數

--account-name

可唯一識別計費帳戶的標識碼。

--name -n

指令名稱。

--profile-name

可唯一識別帳單配置檔的標識碼。

選擇性參數

--amount

此計費指示的預算金額。

--creation-date

建立此計費指示的日期。

--end-date

此計費指示不再生效的日期。

--start-date

此計費指示生效的日期。

全域參數
--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 來取得完整偵錯記錄。

az billing instruction list

預覽

命令群組「帳單指示」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

依帳單配置檔標識碼列出指示。

az billing instruction list --account-name
                            --profile-name

範例

依帳單配置檔列出指示

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

必要參數

--account-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 來取得完整偵錯記錄。

az billing instruction show

預覽

命令群組「帳單指示」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

依名稱顯示指令。 這些是自定義計費指示,僅適用於特定客戶。

az billing instruction show --account-name
                            --name
                            --profile-name

範例

指示

az billing instruction show --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --name "{instructionName}"

必要參數

--account-name

可唯一識別計費帳戶的標識碼。

--name -n

指令名稱。

--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 來取得完整偵錯記錄。

az billing instruction update

預覽

命令群組「帳單指示」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

更新指示。 這些是自定義計費指示,僅適用於特定客戶。

az billing instruction update --account-name
                              --name
                              --profile-name
                              [--add]
                              [--amount]
                              [--creation-date]
                              [--end-date]
                              [--force-string]
                              [--remove]
                              [--set]
                              [--start-date]

範例

建立指示

az billing instruction update --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --name "{instructionName}" --amount 5000

必要參數

--account-name

可唯一識別計費帳戶的標識碼。

--name -n

指令名稱。

--profile-name

可唯一識別帳單配置檔的標識碼。

選擇性參數

--add

藉由指定路徑和索引鍵值組,將物件加入物件清單。 範例:--add property.listProperty <key=value, string or JSON string>

預設值: []
--amount

此計費指示的預算金額。

--creation-date

建立此計費指示的日期。

--end-date

此計費指示不再生效的日期。

--force-string

使用 'set' 或 'add' 時,請保留字串常值,而不是嘗試轉換成 JSON。

預設值: False
--remove

從清單中移除屬性或專案。 範例: --remove property.list <indexToRemove>--remove propertyToRemove

預設值: []
--set

指定要設定的屬性路徑和值,以更新物件。 範例:--set property1.property2=<value>

預設值: []
--start-date

此計費指示生效的日期。

全域參數
--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 來取得完整偵錯記錄。