HeatMapOperationsExtensions.GetAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.Models.HeatMapModel> GetAsync (this Microsoft.Azure.Management.TrafficManager.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.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.Models.HeatMapModel>
<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 HeatMapModel)
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.
O par latitude superior esquerdo, longitude do visor retangular para consulta.
O par latitude inferior direita, longitude do visor retangular para consulta.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET