LocationMetadata Class
Location metadata information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.subscriptions._serialization.ModelLocationMetadata
Constructor
LocationMetadata(*, paired_region: List[_models.PairedRegion] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
paired_region
|
The regions paired to this region. |
Variables
Name | Description |
---|---|
region_type
|
str or
RegionType
The type of the region. Known values are: "Physical" and "Logical". |
region_category
|
The category of the region. Known values are: "Recommended" and "Other". |
geography_group
|
The geography group of the location. |
longitude
|
The longitude of the location. |
latitude
|
The latitude of the location. |
physical_location
|
The physical location of the Azure location. |
paired_region
|
The regions paired to this region. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python