HeatMap interface

Interface representing a HeatMap.

Methods

get(string, string, HeatMapGetOptionalParams)

Gets latest heatmap for Traffic Manager profile.

Method Details

get(string, string, HeatMapGetOptionalParams)

Gets latest heatmap for Traffic Manager profile.

function get(resourceGroupName: string, profileName: string, options?: HeatMapGetOptionalParams): Promise<HeatMapModel>

Parameters

resourceGroupName

string

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

profileName

string

The name of the Traffic Manager profile.

options
HeatMapGetOptionalParams

The options parameters.

Returns

Promise<HeatMapModel>