你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IotHubDescription 类
IoT 中心的说明。
变量仅由服务器填充,发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.iothub.v2022_04_30_preview.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, identity: _models.ArmIdentity | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
location
|
资源位置。 必需。 |
tags
|
资源标记。 |
etag
|
Etag 字段 不 是必需的。 如果响应正文中提供了它,则还必须根据常规 ETag 约定将其作为标头提供。 |
properties
|
IotHub 属性。 |
sku
|
IotHub SKU 信息。 必需。 |
identity
|
IotHub 的托管标识。 |
变量
名称 | 说明 |
---|---|
id
|
资源标识符。 |
name
|
资源名称。 |
type
|
资源类型。 |
location
|
资源位置。 必需。 |
tags
|
资源标记。 |
etag
|
Etag 字段 不 是必需的。 如果响应正文中提供了它,则还必须根据常规 ETag 约定将其作为标头提供。 |
properties
|
IotHub 属性。 |
sku
|
IotHub SKU 信息。 必需。 |
identity
|
IotHub 的托管标识。 |
system_data
|
与此资源相关的系统元数据。 |