Region Class

Class representing a region in the Geographic hierarchy used with the Geographic traffic routing method.

Inheritance
Region

Constructor

Region(*, code: Optional[str] = None, name: Optional[str] = None, regions: Optional[List[azure.mgmt.trafficmanager.models._models_py3.Region]] = None, **kwargs)

Variables

code
str

The code of the region.

name
str

The name of the region.

regions
list[Region]

The list of Regions grouped under this Region in the Geographic Hierarchy.