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", "Extended", and "Other". |
geography
|
The geography of the location. |
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. |
home_location
|
The home location of an edge zone. |
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