次の方法で共有


IotDpsClient クラス

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

継承
builtins.object
IotDpsClient

コンストラクター

IotDpsClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

パラメーター

credential
TokenCredential
必須

クライアントが Azure に接続するために必要な資格情報。

subscription_id
str
必須

サブスクリプションの識別子です。

base_url
str
既定値: https://management.azure.com

サービス URL。 既定値は 'https://management.azure.com' です。

polling_interval
int

Retry-After ヘッダーが存在しない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。

変数

operations
Operations

操作操作

dps_certificate
DpsCertificateOperations

DpsCertificateOperations 操作

iot_dps_resource
IotDpsResourceOperations

IotDpsResourceOperations 操作

メソッド

close

close

close() -> None