你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IotHubDescription interface
The description of the IoT hub.
- Extends
Properties
etag | 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. |
identity | The managed identities for the IotHub. |
properties | IotHub properties |
sku | IotHub SKU info |
system |
The system meta data relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The resource location. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The resource tags. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
etag
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.
etag?: string
Property Value
string
identity
properties
sku
systemData
The system meta data relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type