Using azure-sdk-for-node with azure.com

JavaScript integration

✓ Official SDK
Install
npm install azure-sdk-for-node
Use this method get the list of device security groups for the specified IoT …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceId}/providers/Microsoft.Security/deviceSecurityGroups
Use this method to get the device security group for the specified IoT Hub re…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceId}/providers/Microsoft.Security/deviceSecurityGroups/{deviceSecurityGroupName}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:security-deviceSecurityGroups
At a glance
Language JavaScript
Endpoints4
✓ Official