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 版本。 預設值為 「2021-03-31」。 請注意,覆寫此預設值可能會導致不支援的行為。
- polling_interval
- int
如果沒有Retry-After標頭,則為 LRO 作業的兩個輪詢之間的預設等候時間。
變數
- operations
- Operations
作業作業
- iot_hub_resource
- IotHubResourceOperations
IotHubResourceOperations 作業
- resource_provider_common
- ResourceProviderCommonOperations
ResourceProviderCommonOperations 作業
- certificates
- CertificatesOperations
CertificatesOperations 作業
- iot_hub
- IotHubOperations
IotHubOperations 作業
- private_link_resources
- PrivateLinkResourcesOperations
PrivateLinkResourcesOperations 作業
- private_endpoint_connections
- PrivateEndpointConnectionsOperations
PrivateEndpointConnectionsOperations 作業
方法
close |
close
async close() -> None