Location Class

Location information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
Location

Constructor

Location(*, metadata: Optional[azure.mgmt.resource.subscriptions.v2021_01_01.models._models_py3.LocationMetadata] = None, **kwargs)

Variables

id
str

The fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.

subscription_id
str

The subscription ID.

name
str

The location name.

type
str or LocationType

The location type. Possible values include: "Region", "EdgeZone".

display_name
str

The display name of the location.

regional_display_name
str

The display name of the location and its region.

metadata
LocationMetadata

Metadata of the location, such as lat/long, paired region, and others.