az automation software-update-configuration machine-runs
Note
このリファレンスは、Azure CLI (バージョン 2.55.0 以降) のオートメーション拡張機能の一部です。 拡張機能は、az automation software-update-configuration machine-runs コマンドを初めて実行するときに自動的にインストールされます。 拡張機能の詳細をご覧ください。
ソフトウェア更新構成マシンの実行。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az automation software-update-configuration machine-runs list |
ソフトウェア更新プログラムの構成マシンの実行を一覧表示します。 |
拡張子 | GA |
az automation software-update-configuration machine-runs show |
ID で実行される単一のソフトウェア更新プログラム構成マシンを取得します。 |
拡張子 | GA |
az automation software-update-configuration machine-runs list
ソフトウェア更新プログラムの構成マシンの実行を一覧表示します。
az automation software-update-configuration machine-runs list --automation-account-name
--resource-group
例
Automation アカウントによるソフトウェア更新構成のマシン実行の一覧表示
az automation software-update-configuration machine-runs list --automation-account-name "myAutomationAccount" --resource-group "rg"
必須のパラメーター
Automation アカウントの名前。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az automation software-update-configuration machine-runs show
ID で実行される単一のソフトウェア更新プログラム構成マシンを取得します。
az automation software-update-configuration machine-runs show --automation-account-name
--resource-group
--software-update-configuration-machine-run-id
例
ソフトウェア更新構成のマシン実行を ID で一覧表示する
az automation software-update-configuration machine-runs show --automation-account-name "myAutomationAccount" --resource-group "rg" --software-update-configuration-machine-run-id "MyconfigurationMachineRunId"
必須のパラメーター
Automation アカウントの名前。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
ソフトウェア更新構成マシンの実行の ID。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI