az sphere image

管理资源组和目录中的映像。

操作 描述
az sphere image show 显示目录中现有图像的详细信息。
az sphere image list 列出资源组和目录中的所有映像。
az sphere image add 从本地计算机向目录添加映像。

命令

az sphere image show

显示目录中现有图像的详细信息。

必需参数

参数 描述
--图像 映像 ID。 中的值: az sphere image 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

例子

使用资源组、目录名称和映像 ID 显示映像的详细信息。

az sphere image show --resource-group MyResourceGroup --catalog MyCatalog --image adb44b96-2642-4643-8c30-5f681f466425

az sphere image 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 --resource-group MyResourceGroup --catalog MyCatalog

az sphere image add

从本地计算机向目录添加映像。

必需参数

参数 描述
--image-path -img 本地映像文件的路径。
--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

可选参数

参数 描述
--regional-data-boundary -r 此图像的区域数据边界。

例子

在资源组 MyResourceGroup 和目录 MyCatalog 中添加一个新映像。

az sphere image add --resource-group MyResourceGroup --catalog MyCatalog --image-path MyImage.imagepackage

在资源组 MyResourceGroup、目录 MyCatalog 和区域数据边界 EU 中添加新映像。

az sphere image add --resource-group MyResourceGroup --catalog MyCatalog --image-path MyImage.imagepackage --regional-data-boundary EU