IotHubLocationDescription Class
Public representation of one of the locations where a resource is provisioned.
Constructor
IotHubLocationDescription(*, location: str | None = None, role: str | _models.IotHubReplicaRoleType | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
location
|
Azure Geo Regions. Default value: None
|
|
role
|
Specific Role assigned to this location. Known values are: "primary" and "secondary". Default value: None
|
Variables
| Name | Description |
|---|---|
|
location
|
Azure Geo Regions. |
|
role
|
Specific Role assigned to this location. Known values are: "primary" and "secondary". |