共用方式為


IotHubClient 類別

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

此就緒包含多個 API 版本,可協助您處理 Azure Stack、Azure Government、Azure China ) 等所有 Azure 雲端 (。 根據預設,它會使用公用 Azure 上可用的最新 API 版本。 針對生產環境,您應該繼續使用特定的 API 版本和/或設定檔。 設定檔會設定作業群組與其 API 版本之間的對應。 如果設定檔中未描述作業群組,api-version 參數會設定預設 API 版本。

繼承
IotHubClient
azure.mgmt.iothub.aio._iot_hub_client._SDKClient
IotHubClient

建構函式

IotHubClient(credential: AsyncTokenCredential, subscription_id: str, api_version: str | None = None, base_url: str = 'https://management.azure.com', profile: KnownProfiles = KnownProfiles.default, **kwargs: Any)

參數

credential
AsyncTokenCredential
必要

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

subscription_id
str
必要

訂用帳戶識別碼。 必要。

api_version
str
預設值: None

如果未提供任何設定檔,或設定檔中遺漏,則要使用的 API 版本。

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

服務 URL

profile
KnownProfiles
預設值: KnownProfiles.default

從 KnownProfiles 到聽寫的設定檔定義。

polling_interval
int

如果沒有 Retry-After 標頭,則為 LRO 作業的兩個輪詢之間的預設等候時間。

方法

close
models

模組取決於 API 版本:

close

async close()

models

模組取決於 API 版本:

models(api_version='2023-06-30')

參數

api_version
預設值: 2023-06-30

屬性

certificates

實例取決於 API 版本:

iot_hub

實例取決於 API 版本:

iot_hub_resource

實例取決於 API 版本:

operations

實例取決於 API 版本:

private_endpoint_connections

實例取決於 API 版本:

resource_provider_common

DEFAULT_API_VERSION

DEFAULT_API_VERSION = '2023-06-30'

LATEST_PROFILE

LATEST_PROFILE = azure.mgmt.iothub.IotHubClient latest