HeatMapsClient Interface
public interface HeatMapsClient
Une instance de cette classe permet d’accéder à toutes les opérations définies dans HeatMapsClient.
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
abstract
Heat |
get(String resourceGroupName, String profileName)
Obtient la dernière carte thermique pour le profil Traffic Manager. |
abstract
Mono<Heat |
getAsync(String resourceGroupName, String profileName)
Obtient la dernière carte thermique pour le profil Traffic Manager. |
abstract
Response<Heat |
getWithResponse(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight, Context context)
Obtient la dernière carte thermique pour le profil Traffic Manager. |
abstract
Mono<Response<Heat |
getWithResponseAsync(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight)
Obtient la dernière carte thermique pour le profil Traffic Manager. |
Détails de la méthode
get
public abstract HeatMapModelInner get(String resourceGroupName, String profileName)
Obtient la dernière carte thermique pour le profil Traffic Manager.
Parameters:
Returns:
getAsync
public abstract Mono
Obtient la dernière carte thermique pour le profil Traffic Manager.
Parameters:
Returns:
getWithResponse
public abstract Response
Obtient la dernière carte thermique pour le profil Traffic Manager.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Obtient la dernière carte thermique pour le profil Traffic Manager.
Parameters:
Returns:
S’applique à
Azure SDK for Java