你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotDpsClient 类

用于使用 Azure IoT 中心 设备预配服务功能的 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 操作的两次轮询之间的默认等待时间。

变量

operations
Operations

操作操作

dps_certificate
DpsCertificateOperations

DpsCertificateOperations 操作

iot_dps_resource
IotDpsResourceOperations

IotDpsResourceOperations 操作

方法

close

close

close() -> None