共用方式為


IotHubClient 類別

使用此 API 來管理 Azure 訂用帳戶中的 IoT 中樞。

繼承
builtins.object
IotHubClient

建構函式

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

參數

credential
AsyncTokenCredential
必要

用戶端連線到 Azure 所需的認證。 必要。

subscription_id
str
必要

訂用帳戶識別碼。 必要。

base_url
str
預設值: https://management.azure.com

服務 URL。 預設值為 「 https://management.azure.com 」。

api_version
str

Api 版本。 預設值為 「2019-07-01-preview」。 請注意,覆寫此預設值可能會導致不支援的行為。

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 作業

方法

close

close

async close() -> None