HeatMap interface
Interface représentant un HeatMap.
Méthodes
get(string, string, Heat |
Obtient la carte thermique la plus récente pour le profil Traffic Manager. |
Détails de la méthode
get(string, string, HeatMapGetOptionalParams)
Obtient la carte thermique la plus récente pour le profil Traffic Manager.
function get(resourceGroupName: string, profileName: string, options?: HeatMapGetOptionalParams): Promise<HeatMapModel>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- profileName
-
string
Nom du profil Traffic Manager.
- options
- HeatMapGetOptionalParams
Paramètres d’options.
Retours
Promise<HeatMapModel>