다음을 통해 공유


az sphere device-group

리소스 그룹 및 카탈로그에서 디바이스 그룹을 관리합니다.

작업 설명
az sphere device-group list 카탈로그의 모든 디바이스 그룹을 나열합니다.
az sphere device-group show 디바이스 그룹의 세부 정보를 표시합니다.
az sphere device-group create 디바이스 그룹을 만듭니다.
az sphere device-group create-defaults 제품을 대상으로 하는 기본 디바이스 그룹을 만듭니다.
az sphere device-group update 디바이스 그룹의 세부 정보를 업데이트합니다.
az sphere device-group delete 지정된 디바이스 그룹을 삭제합니다.

명령을

az sphere device-group 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.

선택적 매개 변수

매개 변수 설명
--product -p 제품 이름입니다. 값: az sphere product list
--device-group -dg 표시할 디바이스 그룹입니다. 값: az sphere device

예제

리소스 그룹 및 카탈로그의 모든 디바이스 그룹을 나열합니다.

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

리소스 그룹 및 카탈로그에 지정된 이름을 가진 모든 디바이스 그룹을 나열합니다.

az sphere device-group list --resource-group MyResourceGroup --catalog MyCatalog --device-group Development

리소스 그룹, 카탈로그 및 제품의 모든 디바이스 그룹을 나열합니다.

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

az sphere device-group show

디바이스 그룹의 세부 정보를 표시합니다.

필수 매개 변수

매개 변수 설명
--product -p 제품 이름입니다. 값: az sphere product list
--device-group -dg 표시할 디바이스 그룹입니다. 값: az sphere device
--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 device-group show --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct --device-group MyDeviceGroup

az sphere device-group create

디바이스 그룹을 만듭니다.

필수 매개 변수

매개 변수 설명
--product -p 제품 이름입니다. 값: az sphere product list
--name -n 다운로드할 인증서입니다. 이름을 지정합니다. 이름이 제공되지 않으면 활성 인증서가 다운로드됩니다. 값: az sphere ca
--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.

선택적 매개 변수

매개 변수 설명
--os-feed -f OS 업데이트에 사용할 OS 피드 유형입니다.
--application-update -a 이 디바이스 그룹에 대한 애플리케이션 업데이트 정책입니다.
--allow-crash-dumps-collection -cd 이 디바이스 그룹에 대한 Microsoft의 크래시 덤프 수집에 대한 동의를 제공합니다. 자세한 내용은 을 참조하세요 https://aka.ms/AzureSphereCrashDumpsCollection.
--regional-data-boundary -r 이 디바이스 그룹에 대한 지역 데이터 경계입니다.

예제

리소스 그룹 MyResourceGroup, 카탈로그 MyCatalog, 제품 MyProduct, description MyDescription 및 기본 지역 데이터 경계에서 새 디바이스 그룹 MyDeviceGroup을 만듭니다.

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

리소스 그룹 MyResourceGroup에서 새 디바이스 그룹 MyDeviceGroup을 만들고, MyCatalog 카탈로그, 제품 MyProduct, description MyDescription을 만들고, 지역 데이터 경계를 지정합니다.

az sphere device-group create --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct --name MyDeviceGroup --description MyDescription --regional-data-boundary EU

az sphere device-group create-defaults

제품을 대상으로 하는 기본 디바이스 그룹을 만듭니다.

필수 매개 변수

매개 변수 설명
--product -p 제품 이름입니다. 값: az sphere product 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.

예제

리소스 그룹 MyResourceGroup, 카탈로그 MyCatalog 및 제품 MyProduct에서 기본 디바이스 그룹을 만듭니다.

az sphere device-group create-defaults --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct

az sphere device-group update

디바이스 그룹의 세부 정보를 업데이트합니다.

필수 매개 변수

매개 변수 설명
--product -p 제품 이름입니다. 값: az sphere product list
--device-group -dg 표시할 디바이스 그룹입니다. 값: az sphere device
--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.

선택적 매개 변수

매개 변수 설명
--description -d 디바이스 그룹에 대한 새 설명입니다.
--os-feed -f OS 업데이트에 사용할 OS 피드 유형입니다.
--application-update -a 이 디바이스 그룹에 대한 애플리케이션 업데이트 정책입니다.
--allow-crash-dumps-collection -cd 이 디바이스 그룹에 대한 Microsoft의 크래시 덤프 수집에 대한 동의를 제공합니다. 자세한 내용은 을 참조하세요 https://aka.ms/AzureSphereCrashDumpsCollection.
--regional-data-boundary -r 이 디바이스 그룹에 대한 지역 데이터 경계입니다.

예제

디바이스 그룹의 속성을 업데이트합니다.

az sphere device-group update --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct --device-group MyDeviceGroup --description NewDescription

az sphere device-group delete

지정된 디바이스 그룹을 삭제합니다.

필수 매개 변수

매개 변수 설명
--product -p 제품 이름입니다. 값: az sphere product list
--device-group -dg 표시할 디바이스 그룹입니다. 값: az sphere device
--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 device-group delete --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct --device-group MyDeviceGroup