Skip to main content

catalogs_device_groups

Creates, updates, deletes, gets or lists a catalogs_device_groups resource.

Overview

Namecatalogs_device_groups
TypeResource
Idazure.sphere.catalogs_device_groups

Fields

NameDatatypeDescription
propertiesobjectThe properties of deviceGroup

Methods

NameAccessible byRequired ParamsDescription
listSELECTcatalogName, resourceGroupName, subscriptionIdList the device groups for the catalog.

SELECT examples

List the device groups for the catalog.

SELECT
properties
FROM azure.sphere.catalogs_device_groups
WHERE catalogName = '{{ catalogName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';