Partager via


HeatMapOperationsExtensions.GetAsync Méthode

Définition

Obtient la carte thermique la plus récente pour le profil Traffic Manager.

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)

Paramètres

operations
IHeatMapOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources contenant le point de terminaison Traffic Manager.

profileName
String

Nom du profil Traffic Manager.

topLeft
IList<Nullable<Double>>

Paire de latitude et longitude supérieure gauche de la fenêtre d’affichage rectangulaire à rechercher.

botRight
IList<Nullable<Double>>

Paire de latitude et longitude en bas à droite de la fenêtre d’affichage rectangulaire pour laquelle effectuer une requête.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à