az billing invoice
Manage invoice.
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az billing invoice download |
請求書をダウンロードするための URL を取得します。 |
Core | Preview |
az billing invoice list |
サブスクリプションの請求書を一覧表示します。 |
Core | GA |
az billing invoice section |
請求書セクションを管理します。 |
Core | Preview |
az billing invoice section create |
請求書セクションを作成または更新します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。 |
Core | Preview |
az billing invoice section initiate-transfer |
サブスクリプションの課金所有権を譲渡するために、別の課金アカウントのユーザーに要求を送信します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。 |
Core | Preview |
az billing invoice section list |
ユーザーがアクセスできる請求書セクションを一覧表示します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。 |
Core | Preview |
az billing invoice section show |
請求書セクションを ID で取得します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。 |
Core | Preview |
az billing invoice section update |
請求書セクションを作成または更新します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。 |
Core | Preview |
az billing invoice section wait |
請求請求書セクションの条件が満たされるまで、CLI を待機状態にします。 |
Core | Preview |
az billing invoice show |
請求書を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。 |
Core | GA |
az billing invoice download
このコマンドはプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
請求書をダウンロードするための URL を取得します。
az billing invoice download [--account-name]
[--download-token]
[--download-urls]
[--invoice-name]
例
請求書をダウンロードするための URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。
az billing invoice download --account-name "{billingAccountName}" --invoice-name "{invoiceName}" --download-token "{downloadToken}"
複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードするための URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。
az billing invoice download --account-name "{billingAccountName}" --download-urls "{ListOfDownloadURLs}"
複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードするための URL を取得します。
az billing invoice download --download-urls "{ListOfDownloadURLs}"
請求書をダウンロードするための URL を取得します。
az billing invoice download --invoice-name "{invoiceName}" --download-token "{downloadToken}"
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
課金アカウントを一意に識別する ID。
ドキュメント ソースとドキュメント ID を持つダウンロード トークン。
個々のダウンロード URL のスペース区切りの一覧。
請求書を一意に識別する ID。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az billing invoice list
サブスクリプションの請求書を一覧表示します。
az billing invoice list --period-end-date
--period-start-date
[--account-name]
[--profile-name]
例
既定のプロパティを使用して課金アカウントとプロファイル名別に請求書を一覧表示する
az billing invoice list --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --period-end-date "2018-06-30" --period-start-date "2018-01-01"
展開されたプロパティを使用して、課金アカウントとプロファイル名別に請求書を一覧表示する
az billing invoice list --account-name "{billingAccountName}" --profile-name "{billingProfileName}" --period-end-date "2018-06-30" --period-start-date "2018-01-01"
必須のパラメーター
請求書を取得する終了日。 日付は YYYY-MM-DD 形式で指定する必要があります。
請求書を取得する開始日。 日付は YYYY-MM-DD 形式で指定する必要があります。
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
課金アカウントを一意に識別する ID。
課金プロファイルを一意に識別する ID。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az billing invoice show
請求書を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。
az billing invoice show --name
[--account-name]
[--by-subscription]
例
請求先アカウント名と ID で請求書を表示する
az billing invoice show --account-name "{billingAccountName}" --name "{invoiceName}"
ID で請求書を表示する
az billing invoice show --name "{invoiceName}"
サブスクリプション ID と請求書 ID で請求書を表示する
az billing invoice show --name "{invoiceName}" --by-subscription
必須のパラメーター
請求書を一意に識別する ID。
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
課金アカウントを一意に識別する ID。
指定した場合、--invoice-name と連携して、サブスクリプション ID と請求書 ID で請求書を取得する必要があります。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |