IotHubDefinitionDescription Class
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
IotHubDefinitionDescription(*, connection_string: str, location: str, apply_allocation_policy: bool | None = None, allocation_weight: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
apply_allocation_policy
|
flag for applying allocationPolicy or not for a given iot hub. |
allocation_weight
|
weight to apply for a given iot h. |
connection_string
|
Required. Connection string of the IoT hub. |
location
|
Required. ARM region of the IoT hub. |
Variables
Name | Description |
---|---|
apply_allocation_policy
|
flag for applying allocationPolicy or not for a given iot hub. |
allocation_weight
|
weight to apply for a given iot h. |
name
|
Host name of the IoT hub. |
connection_string
|
Required. Connection string of the IoT hub. |
location
|
Required. ARM region of the IoT hub. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python