你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotHubDescription Class

The description of the IoT hub.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Constructor

IotHubDescription(*, location: str, subscriptionid: str, resourcegroup: str, sku: _models.IotHubSkuInfo, tags: Dict[str, str] | None = None, etag: str | None = None, properties: _models.IotHubProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The resource location. Required.

tags

The resource tags.

subscriptionid
str

The subscription identifier. Required.

resourcegroup
str

The name of the resource group that contains the IoT hub. A resource group name uniquely identifies the resource group within the subscription. Required.

etag
str

The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.

properties

The properties of an IoT hub.

sku

Information about the SKU of the IoT hub. Required.

Variables

Name Description
id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

location
str

The resource location. Required.

tags

The resource tags.

subscriptionid
str

The subscription identifier. Required.

resourcegroup
str

The name of the resource group that contains the IoT hub. A resource group name uniquely identifies the resource group within the subscription. Required.

etag
str

The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.

properties

The properties of an IoT hub.

sku

Information about the SKU of the IoT hub. Required.