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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python