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.
- Inheritance
-
azure.mgmt.iothub.v2019_03_22.models._models_py3.ResourceIotHubDescription
Constructor
IotHubDescription(*, location: 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
|
The resource location. Required. |
tags
|
The resource tags. |
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. |
properties
|
IotHub properties. |
sku
|
IotHub SKU info. Required. |
Variables
Name | Description |
---|---|
id
|
The resource identifier. |
name
|
The resource name. |
type
|
The resource type. |
location
|
The resource location. Required. |
tags
|
The resource tags. |
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. |
properties
|
IotHub properties. |
sku
|
IotHub SKU info. Required. |
Azure SDK for Python