Compartilhar via


HeatMapOperationsExtensions.GetAsync Método

Definição

Obtém o mapa de calor mais recente para o perfil do Gerenciador de Tráfego.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapModelInner> GetAsync (this Microsoft.Azure.Management.TrafficManager.Fluent.IHeatMapOperations operations, string resourceGroupName, string profileName, System.Collections.Generic.IList<double?> topLeft = default, System.Collections.Generic.IList<double?> botRight = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.TrafficManager.Fluent.IHeatMapOperations * string * string * System.Collections.Generic.IList<Nullable<double>> * System.Collections.Generic.IList<Nullable<double>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapModelInner>
<Extension()>
Public Function GetAsync (operations As IHeatMapOperations, resourceGroupName As String, profileName As String, Optional topLeft As IList(Of Nullable(Of Double)) = Nothing, Optional botRight As IList(Of Nullable(Of Double)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HeatMapModelInner)

Parâmetros

operations
IHeatMapOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o ponto de extremidade do Gerenciador de Tráfego.

profileName
String

O nome do perfil do Gerenciador de Tráfego.

topLeft
IList<Nullable<Double>>

O par latitude superior esquerdo, longitude do visor retangular para consulta.

botRight
IList<Nullable<Double>>

O par latitude inferior direita, longitude do visor retangular para consulta.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a