az sphere device image

管理目录中的映像和附加设备。

操作 描述
az sphere device image list-installed 列出附加设备上安装的映像。 默认情况下,仅列出应用程序。
az sphere device image list-targeted 列出目录中的图像。 默认情况下,仅列出更新设备时将安装的映像。

命令

az sphere device image list-installed

列出附加设备上安装的映像。 默认情况下,仅列出应用程序。

必需参数

参数 描述
--所有 Lists设备上的所有映像,而不仅仅是应用程序。
--catalog -c 要在其中执行此操作的 Azure Sphere 目录。 指定 Azure Sphere 目录名称。 可以使用 配置默认的 Azure Sphere 目录 az config set defaults.sphere.catalog=<name>。 中的值: az sphere catalog list
--resource-group -r Azure 资源组的名称。 可以使用 配置默认组 az config set defaults.group=<name>。 中的值: az group list

可选参数

参数 描述
--device -d 附加多个设备时要运行命令的设备。 指定附加设备的 ID、IP 地址或本地连接 ID。 中的值: az sphere device list

例子

仅列出附加设备上安装的应用程序。

az sphere device image list-installed

列出附加设备上安装的所有映像。

az sphere device image list-installed --all

az sphere device image list-targeted

列出目录中的图像。 默认情况下,仅列出更新设备时将安装的映像。

必需参数

参数 描述
--device -d 附加多个设备时要运行命令的设备。 指定附加设备的 ID、IP 地址或本地连接 ID。 中的值: az sphere device list
--所有 列出资源组和目录中的所有映像。
--catalog -c 要在其中执行此操作的 Azure Sphere 目录。 指定 Azure Sphere 目录名称。 可以使用 配置默认的 Azure Sphere 目录 az config set defaults.sphere.catalog=<name>。 中的值: az sphere catalog list
--resource-group -r Azure 资源组的名称。 可以使用 配置默认组 az config set defaults.group=<name>。 中的值: az group list

例子

仅列出上传到资源组、目录和设备的应用程序。

az sphere image list-targeted --resource-group MyResourceGroup --catalog MyCatalog --device <DeviceIdValue>

列出在资源组、目录和设备中上传的所有图像。

az sphere image list-targeted --resource-group MyResourceGroup --catalog MyCatalog --device <DeviceIdValue> --all