LocationData Class

Metadata pertaining to the geographic location of the resource.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.hybridcompute._serialization.Model
LocationData

Constructor

LocationData(*, name: str, city: str | None = None, district: str | None = None, country_or_region: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

A canonical name for the geographic or physical location. Required.

city
str

The city or locality where the resource is located.

district
str

The district, state, or province where the resource is located.

country_or_region
str

The country or region where the resource is located.

Variables

Name Description
name
str

A canonical name for the geographic or physical location. Required.

city
str

The city or locality where the resource is located.

district
str

The district, state, or province where the resource is located.

country_or_region
str

The country or region where the resource is located.