IotHubDescription 類別
IoT 中樞的描述。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.iothub.v2018_01_22.models._models_py3.ResourceIotHubDescription
建構函式
IotHubDescription(*, location: str, sku: _models.IotHubSkuInfo, tags: Dict[str, str] | None = None, etag: str | None = None, properties: _models.IotHubProperties | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
location
|
資源位置。 必要。 |
tags
|
資源標籤。 |
etag
|
不需要Etag 欄位。 如果在回應本文中提供,則也必須根據一般 ETag 慣例,以標頭的形式提供。 |
properties
|
IoT 中樞的屬性。 |
sku
|
IoT 中樞 SKU 的相關資訊。 必要。 |
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
type
|
資源類型。 |
location
|
資源位置。 必要。 |
tags
|
資源標籤。 |
etag
|
不需要Etag 欄位。 如果在回應本文中提供,則也必須根據一般 ETag 慣例,以標頭的形式提供。 |
properties
|
IoT 中樞的屬性。 |
sku
|
IoT 中樞 SKU 的相關資訊。 必要。 |