Compartir a través de


HeatMapOperationsExtensions.GetAsync Método

Definición

Obtiene el mapa térmico más reciente para el perfil de Traffic Manager.

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

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el punto de conexión de Traffic Manager.

profileName
String

Nombre del perfil de Traffic Manager.

topLeft
IList<Nullable<Double>>

Par de latitud superior izquierda, longitud de la ventanilla rectangular para la que se va a consultar.

botRight
IList<Nullable<Double>>

El par de latitud derecha inferior derecha, longitud de la ventanilla rectangular para la que se va a consultar.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a