次の方法で共有


az sphere product

リソース グループとカタログ内の製品を管理します。

操作 説明
az sphere product create リソース グループとカタログに新しい製品を作成します。
az sphere 製品の更新 リソース グループとカタログ内の製品の詳細を更新します。
az sphere product delete 指定した製品を削除します。
az sphere 製品リスト リソース グループとカタログ内のすべての製品を一覧表示します。
az sphere product show リソース グループとカタログに製品の詳細を表示します。

コマンド

az sphere product create

リソース グループとカタログに新しい製品を作成します。

必須パラメーター

パラメーター 説明
--name -n ダウンロードする証明書。 名前を指定します。 名前が指定されていない場合は、アクティブな証明書がダウンロードされます。 からの値: az sphere ca
--description -d 製品の説明。
--no-default-device-groups 設定した場合、この製品の既定のデバイス グループは作成されません。
--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

リソース グループ MyResourceGroup に新しい製品 MyProduct を作成し、MyCatalog をカタログします。

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

リソース グループ MyResourceGroup とカタログ MyCatalog に、既定のデバイス グループを含まない新しい製品 MyProduct を作成します。

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

az sphere 製品の更新

リソース グループとカタログ内の製品の詳細を更新します。

必須パラメーター

パラメーター 説明
--product -p 製品名。 の値: az sphere 製品リスト
--description -d 製品を更新する新しい製品の説明。
--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 product update --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct --description MyDescription

az sphere product delete

指定した製品を削除します。

必須パラメーター

パラメーター 説明
--product -p 製品名。 の値: az sphere 製品リスト
--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 product delete --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct

az sphere 製品リスト

リソース グループとカタログ内のすべての製品を一覧表示します。

必須パラメーター

パラメーター 説明
--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 product list --resource-group MyResourceGroup --catalog MyCatalog

az sphere product show

リソース グループとカタログに製品の詳細を表示します。

必須パラメーター

パラメーター 説明
--product -p 製品名。 の値: az sphere 製品リスト
--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 product show --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct