IotHubClient 類別
使用此 API 來管理 Azure 訂用帳戶中的 IoT 中樞。
- 繼承
-
builtins.objectIotHubClient
建構函式
IotHubClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
參數
- api_version
- str
API 版本。 預設值為 「2017-07-01」。 請注意,覆寫此預設值可能會導致不支援的行為。
- polling_interval
- int
如果沒有Retry-After標頭,則兩次輪詢 LRO 作業之間的預設等候時間。
變數
- operations
- Operations
作業作業
- iot_hub_resource
- IotHubResourceOperations
IotHubResourceOperations 作業
- certificates
- CertificatesOperations
CertificatesOperations 作業
方法
close |
close
async close() -> None