共用方式為


az 球形產品

管理資源群組和目錄中的產品。

操作 描述
az 球形產品建立 在資源群組和目錄中建立新產品。
az 球形產品更新 更新資源群組和目錄中的產品詳細數據。
az 球形產品刪除 刪除指定的產品。
az 球形產品清單 列出資源群組和目錄中的所有產品。
az 球形產品放映 在資源群組和目錄中顯示產品的詳細數據。

命令

az 球形產品建立

在資源群組和目錄中建立新產品。

必要參數

參數 描述
--name -n 要下載的憑證。 指定名稱。 如果未提供任何名稱,系統會下載使用中的憑證。 來自:az 球形 ca 的值
--description -d 產品描述。
--無預設裝置群組 如果設定的話,就不會為此產品建立預設裝置群組。
--catalog -c 執行此作業的 Azure 球體目錄。 指定 Azure 球體目錄名稱。 您可以使用 az config set defaults.sphere.catalog=<name>設定預設的 Azure 球體目錄。 來自: az 球型目錄清單的值。
--resource-group -r Azure 資源群組的名稱。 您可以使用 az config set defaults.group=<name>設定預設群組。 來自: az 群組清單的值。

例子

在資源群組 MyResourceGroup 和型錄 MyCatalog 中建立新產品 MyProduct。

az sphere product create --resource-group MyResourceGroup --catalog MyCatalog --name MyProduct --description MyDescription

在資源群組 MyResourceGroup 和 catalog MyCatalog 中建立不含預設裝置群組的新產品 MyProduct。

az sphere product create --resource-group MyResourceGroup --catalog MyCatalog --name MyProduct --description MyDescription --no-default-device-groups

az 球形產品更新

更新資源群組和目錄中的產品詳細數據。

必要參數

參數 描述
--product -p 產品名稱。 來自:az 球形產品清單的值
--description -d 更新產品的新產品描述。
--catalog -c 執行此作業的 Azure 球體目錄。 指定 Azure 球體目錄名稱。 您可以使用 az config set defaults.sphere.catalog=<name>設定預設的 Azure 球體目錄。 來自: az 球型目錄清單的值。
--resource-group -r Azure 資源群組的名稱。 您可以使用 az config set defaults.group=<name>設定預設群組。 來自: az 群組清單的值。

例子

更新產品的屬性。

az sphere product update --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct --description MyDescription

az 球形產品刪除

刪除指定的產品。

必要參數

參數 描述
--product -p 產品名稱。 來自:az 球形產品清單的值
--catalog -c 執行此作業的 Azure 球體目錄。 指定 Azure 球體目錄名稱。 您可以使用 az config set defaults.sphere.catalog=<name>設定預設的 Azure 球體目錄。 來自: az 球型目錄清單的值。
--resource-group -r Azure 資源群組的名稱。 您可以使用 az config set defaults.group=<name>設定預設群組。 來自: az 群組清單的值。

例子

使用資源群組、目錄名稱和產品名稱刪除產品。

az sphere product delete --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct

az 球形產品清單

列出資源群組和目錄中的所有產品。

必要參數

參數 描述
--catalog -c 執行此作業的 Azure 球體目錄。 指定 Azure 球體目錄名稱。 您可以使用 az config set defaults.sphere.catalog=<name>設定預設的 Azure 球體目錄。 來自: az 球型目錄清單的值。
--resource-group -r Azure 資源群組的名稱。 您可以使用 az config set defaults.group=<name>設定預設群組。 來自: az 群組清單的值。

例子

列出資源群組和目錄中的所有產品。

az sphere product list --resource-group MyResourceGroup --catalog MyCatalog

az 球形產品放映

在資源群組和目錄中顯示產品的詳細數據。

必要參數

參數 描述
--product -p 產品名稱。 來自:az 球形產品清單的值
--catalog -c 執行此作業的 Azure 球體目錄。 指定 Azure 球體目錄名稱。 您可以使用 az config set defaults.sphere.catalog=<name>設定預設的 Azure 球體目錄。 來自: az 球型目錄清單的值。
--resource-group -r Azure 資源群組的名稱。 您可以使用 az config set defaults.group=<name>設定預設群組。 來自: az 群組清單的值。

例子

使用資源群組、目錄名稱和產品名稱顯示產品的詳細數據。

az sphere product show --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct