az costmanagement export
Note
このリファレンスは、Azure CLI (バージョン 2.55.0 以降) の costmanagement 拡張機能の一部です。 拡張機能は、az costmanagement export コマンドを初めて実行するときに自動的にインストールされます。 拡張機能の詳細をご覧ください。
Costmanagement エクスポート。
コマンド
名前 | 説明 | 型 | Status |
---|---|---|---|
az costmanagement export create |
エクスポートを作成する操作。 |
拡張子 | GA |
az costmanagement export delete |
エクスポートを削除する操作。 |
拡張子 | GA |
az costmanagement export list |
指定されたスコープのすべてのエクスポートを一覧表示する操作。 |
拡張子 | GA |
az costmanagement export show |
定義されたスコープのエクスポートの実行履歴をエクスポート名で取得する操作。 |
拡張子 | GA |
az costmanagement export update |
エクスポートを更新する操作。 |
拡張子 | GA |
az costmanagement export create
エクスポートを作成する操作。
az costmanagement export create --name
--scope
--storage-account-id
--storage-container
--timeframe {BillingMonthToDate, Custom, MonthToDate, TheLastBillingMonth, TheLastMonth, WeekToDate}
[--dataset-configuration]
[--recurrence {Annually, Daily, Monthly, Weekly}]
[--recurrence-period]
[--schedule-status {Active, Inactive}]
[--storage-directory]
[--time-period]
[--type {ActualCost, AmortizedCost, Usage}]
例
ManagementGroup スコープのエクスポートを作成する
az costmanagement export create --name "TestExport" --type "Usage" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup スコープのエクスポートを作成する
az costmanagement export create --name "TestExport" --type "Usage" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
サブスクリプション スコープのエクスポートを作成する
az costmanagement export create --name "TestExport" --type "Usage" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "subscriptions/00000000-0000-0000-0000-000000000000"
必須のパラメーター
エクスポート名。
クエリ操作とエクスポート操作に関連付けられているスコープ。 これには、サブスクリプション スコープの '/subscriptions/{subscriptionId}/'、resourceGroup スコープの場合は '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}'、管理グループ スコープの場合は '/providers/Microsoft.Management/managementGroups/{managementGroupId} が含まれます。
エクスポートを格納するストレージ アカウントの ID。
エクスポートを配信するストレージ コンテナー。
クエリのデータをプルする期間。 カスタムの場合は、特定の期間を指定する必要があります。
省略可能のパラメーター
エクスポート内のデータの構成情報があります。 集計とグループ化が指定されている場合、構成は無視されます。 値が必要です:columns=xx。
スケジュール繰り返し。
繰り返しの開始日と終了日を指定します。 開始日は将来である必要があります。 存在する場合、終了日は開始日より大きくする必要があります。 予期される値: KEY1=VALUE1 KEY2=VALUE2 ... 、使用可能な KEY は次のとおりです。 時刻形式は 2020-05-01T00:00:00 のようになります。
エクスポートのスケジュールの状態。 非アクティブな場合、エクスポートのスケジュールされた実行は一時停止されます。
エクスポートを格納するストレージ コンテナー内のルート ディレクトリ。
クエリのデータをプルするための期間があります。 期待値: from=TIMESTAMP1 to=TIMESTAMP2。 タイムスタンプ形式は 2020-05-01T00:00:00 のようになります。TIMESTAMP1は将来必要であり、TIMESTAMP2はTIMESTAMP1より大きい必要があります。
クエリの種類。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az costmanagement export delete
エクスポートを削除する操作。
az costmanagement export delete --name
--scope
[--yes]
例
ManagementGroup スコープのエクスポートを削除する
az costmanagement export delete --name "TestExport" --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup スコープのエクスポートを削除する
az costmanagement export delete --name "TestExport" --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
サブスクリプション スコープのエクスポートを削除する
az costmanagement export delete --name "TestExport" --scope "subscriptions/00000000-0000-0000-0000-000000000000"
必須のパラメーター
エクスポート名。
クエリ操作とエクスポート操作に関連付けられているスコープ。 これには、サブスクリプション スコープの '/subscriptions/{subscriptionId}/'、resourceGroup スコープの場合は '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}'、管理グループ スコープの場合は '/providers/Microsoft.Management/managementGroups/{managementGroupId} が含まれます。
省略可能のパラメーター
確認のダイアログを表示しません。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az costmanagement export list
指定されたスコープのすべてのエクスポートを一覧表示する操作。
az costmanagement export list --scope
例
ManagementGroup スコープ内のエクスポートを一覧表示する
az costmanagement export list --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup スコープ内のエクスポートを一覧表示する
az costmanagement export list --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
サブスクリプション スコープ内のエクスポートを一覧表示する
az costmanagement export list --scope "subscriptions/00000000-0000-0000-0000-000000000000"
必須のパラメーター
クエリ操作とエクスポート操作に関連付けられているスコープ。 これには、サブスクリプション スコープの '/subscriptions/{subscriptionId}/'、resourceGroup スコープの場合は '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}'、管理グループ スコープの場合は '/providers/Microsoft.Management/managementGroups/{managementGroupId} が含まれます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az costmanagement export show
定義されたスコープのエクスポートの実行履歴をエクスポート名で取得する操作。
az costmanagement export show --name
--scope
例
ManagementGroup スコープにエクスポートを表示する
az costmanagement export show --name "TestExport" --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup スコープにエクスポートを表示する
az costmanagement export show --name "TestExport" --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
サブスクリプション スコープにエクスポートを表示する
az costmanagement export show --name "TestExport" --scope "subscriptions/00000000-0000-0000-0000-000000000000"
必須のパラメーター
エクスポート名。
クエリ操作とエクスポート操作に関連付けられているスコープ。 これには、サブスクリプション スコープの '/subscriptions/{subscriptionId}/'、resourceGroup スコープの場合は '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}'、管理グループ スコープの場合は '/providers/Microsoft.Management/managementGroups/{managementGroupId} が含まれます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az costmanagement export update
エクスポートを更新する操作。
az costmanagement export update --name
--scope
[--dataset-configuration]
[--recurrence {Annually, Daily, Monthly, Weekly}]
[--recurrence-period]
[--schedule-status {Active, Inactive}]
[--storage-account-id]
[--storage-container]
[--storage-directory]
[--time-period]
[--timeframe {BillingMonthToDate, Custom, MonthToDate, TheLastBillingMonth, TheLastMonth, WeekToDate}]
例
ManagementGroup スコープのエクスポートを更新する
az costmanagement export update --name "TestExport" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "providers/Microsoft.Management/managementGroups/TestMG"
ResourceGroup スコープのエクスポートを更新する
az costmanagement export update --name "TestExport" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG"
サブスクリプション スコープでエクスポートを更新する
az costmanagement export update --name "TestExport" --dataset-configuration columns="Date" columns="MeterId" columns="InstanceId" columns="ResourceLocation" columns="PreTaxCost" --timeframe "MonthToDate" --storage-container="exports" --storage-account-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MYDEVTESTRG/providers/Microsoft.Storage/storageAccounts/ccmeastusdiag182" --storage-directory="ad-hoc" --recurrence "Weekly" --recurrence-period from="2018-06-01T00:00:00Z" to="2018-10-31T00:00:00Z" --schedule-status "Active" --scope "subscriptions/00000000-0000-0000-0000-000000000000"
必須のパラメーター
エクスポート名。
クエリ操作とエクスポート操作に関連付けられているスコープ。 これには、サブスクリプション スコープの '/subscriptions/{subscriptionId}/'、resourceGroup スコープの場合は '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}'、管理グループ スコープの場合は '/providers/Microsoft.Management/managementGroups/{managementGroupId} が含まれます。
省略可能のパラメーター
エクスポート内のデータの構成情報があります。 集計とグループ化が指定されている場合、構成は無視されます。 値が必要です:columns=xx。
スケジュール繰り返し。
繰り返しの開始日と終了日を指定します。 開始日は将来である必要があります。 存在する場合、終了日は開始日より大きくする必要があります。 予期される値: KEY1=VALUE1 KEY2=VALUE2 ... 、使用可能な KEY は次のとおりです。 時刻形式は 2020-05-01T00:00:00 のようになります。
エクスポートのスケジュールの状態。 非アクティブな場合、エクスポートのスケジュールされた実行は一時停止されます。
エクスポートを格納するストレージ アカウントの ID。
エクスポートを配信するストレージ コンテナー。
エクスポートを格納するストレージ コンテナー内のルート ディレクトリ。
クエリのデータをプルするための期間があります。 期待値: from=TIMESTAMP1 to=TIMESTAMP2。 タイムスタンプ形式は 2020-05-01T00:00:00 のようになります。TIMESTAMP1は将来必要であり、TIMESTAMP2はTIMESTAMP1より大きい必要があります。
クエリのデータをプルする期間。 カスタムの場合は、特定の期間を指定する必要があります。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI