IotDpsClient クラス
Azure IoT Hub Device Provisioning Service 機能を使用するための API。
- 継承
-
builtins.objectIotDpsClient
コンストラクター
IotDpsClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
パラメーター
- polling_interval
- int
Retry-After ヘッダーが存在しない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。
変数
- operations
- Operations
操作操作
- dps_certificate
- DpsCertificateOperations
DpsCertificateOperations 操作
- iot_dps_resource
- IotDpsResourceOperations
IotDpsResourceOperations 操作
メソッド
close |
close
close() -> None
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python