你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TrafficManagerHeatMapResource.GetAsync 方法

定义

获取流量管理器配置文件的最新热度地图。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/heatMaps/{heatMapType}
  • 操作IdHeatMap_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerHeatMapResource>> GetAsync (System.Collections.Generic.IEnumerable<double> topLeft = default, System.Collections.Generic.IEnumerable<double> botRight = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : seq<double> * seq<double> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerHeatMapResource>>
override this.GetAsync : seq<double> * seq<double> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.TrafficManager.TrafficManagerHeatMapResource>>
Public Overridable Function GetAsync (Optional topLeft As IEnumerable(Of Double) = Nothing, Optional botRight As IEnumerable(Of Double) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TrafficManagerHeatMapResource))

参数

topLeft
IEnumerable<Double>

要查询的矩形视口的左上纬度、经度对。

botRight
IEnumerable<Double>

要查询的矩形视区右下纬度、经度对。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于