共用方式為


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