IotHubLocationDescription Class
Public representation of one of the locations where a resource is provisioned.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelIotHubLocationDescription
Constructor
IotHubLocationDescription(*, location: str | None = None, role: str | _models.IotHubReplicaRoleType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Azure Geo Regions. |
role
|
Specific Role assigned to this location. Known values are: "primary" and "secondary". |
Variables
Name | Description |
---|---|
location
|
Azure Geo Regions. |
role
|
Specific Role assigned to this location. Known values are: "primary" and "secondary". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python