HeatMapOperationsExtensions.Get Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Paire de latitude et longitude supérieure gauche de la fenêtre d’affichage rectangulaire à rechercher.
Paire de latitude et longitude en bas à droite de la fenêtre d’affichage rectangulaire pour laquelle effectuer une requête.
Retours
S’applique à
Azure SDK for .NET