IotDpsClient Class
API for using the Azure IoT Hub Device Provisioning Service features.
- Inheritance
-
builtins.objectIotDpsClient
Constructor
IotDpsClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
- base_url
- str
default value: https://management.azure.com
Service URL. Default value is 'https://management.azure.com'.
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Variables
- operations
- Operations
Operations operations
- dps_certificate
- DpsCertificateOperations
DpsCertificateOperations operations
- iot_dps_resource
- IotDpsResourceOperations
IotDpsResourceOperations operations
Methods
| close |
close
async close() -> None
Feedback
Submit and view feedback for