Partager via


HeatMapOperationsExtensions.Get Méthode

Définition

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

public static Microsoft.Azure.Management.TrafficManager.Models.HeatMapModel Get (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);
static member Get : Microsoft.Azure.Management.TrafficManager.IHeatMapOperations * string * string * System.Collections.Generic.IList<Nullable<double>> * System.Collections.Generic.IList<Nullable<double>> -> Microsoft.Azure.Management.TrafficManager.Models.HeatMapModel
<Extension()>
Public Function Get (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) As HeatMapModel

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.

Retours

S’applique à