LocationMetadata Class

Location metadata information.

Constructor

LocationMetadata(*args: Any, **kwargs: Any)

Variables

Name Description
region_type

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
str

The geography of the location.

geography_group
str

The geography group of the location.

longitude
str

The longitude of the location.

latitude
str

The latitude of the location.

physical_location
str

The physical location of the Azure location.

paired_region

The regions paired to this region.

home_location
str

The home location of an edge zone.

Attributes

geography

The geography of the location.

geography: str | None

geography_group

The geography group of the location.

geography_group: str | None

home_location

The home location of an edge zone.

home_location: str | None

latitude

The latitude of the location.

latitude: str | None

longitude

The longitude of the location.

longitude: str | None

paired_region

The regions paired to this region.

paired_region: list['_models.PairedRegion'] | None

physical_location

The physical location of the Azure location.

physical_location: str | None

region_category

"Recommended", "Extended", and "Other".

region_category: str | _models.RegionCategory | None

region_type

"Physical" and "Logical".

region_type: str | _models.RegionType | None