az iot dps registration
Manage Azure IoT Hub Device Provisioning Service registrations.
Commands
az iot dps registration delete |
Delete a device registration in an Azure IoT Hub Device Provisioning Service. |
az iot dps registration list |
List device registration state in an Azure IoT Hub Device Provisioning Service enrollment group. |
az iot dps registration show |
Get the device registration state in an Azure IoT Hub Device Provisioning Service. |
az iot dps registration delete
Delete a device registration in an Azure IoT Hub Device Provisioning Service.
az iot dps registration delete --dps-name
--registration-id
--resource-group
Required Parameters
Name of the Azure IoT Hub device provisioning service.
ID of device registration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az iot dps registration list
List device registration state in an Azure IoT Hub Device Provisioning Service enrollment group.
az iot dps registration list --dps-name
--enrollment-id
--resource-group
Required Parameters
Name of the Azure IoT Hub device provisioning service.
ID of enrollment group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az iot dps registration show
Get the device registration state in an Azure IoT Hub Device Provisioning Service.
az iot dps registration show --dps-name
--registration-id
--resource-group
Required Parameters
Name of the Azure IoT Hub device provisioning service.
ID of device registration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.