HeatMapOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

TrafficManagerManagementClient's

<xref:heat_map> attribute.

Constructor

HeatMapOperations(*args, **kwargs)

Methods

get

Gets latest heatmap for Traffic Manager profile.

get

Gets latest heatmap for Traffic Manager profile.

get(resource_group_name: str, profile_name: str, top_left: List[float] | None = None, bot_right: List[float] | None = None, **kwargs: Any) -> HeatMapModel

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

profile_name
Required
str

The name of the Traffic Manager profile. Required.

top_left

The top left latitude,longitude pair of the rectangular viewport to query for. Default value is None.

Default value: None
bot_right

The bottom right latitude,longitude pair of the rectangular viewport to query for. Default value is None.

Default value: None

Keyword-Only Parameters

Name Description
heat_map_type
str

The type of HeatMap for the Traffic Manager profile. Default value is "default". Note that overriding this default value may result in unsupported behavior.

cls

A custom type or function that will be passed the direct response

Returns

Type Description

HeatMapModel or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.trafficmanager.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv245\\Lib\\site-packages\\azure\\mgmt\\trafficmanager\\models\\__init__.py'>