HeatMapsClient Interface
public interface HeatMapsClient
An instance of this class provides access to all the operations defined in HeatMapsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Heat |
get(String resourceGroupName, String profileName)
Gets latest heatmap for Traffic Manager profile. |
abstract
Mono<Heat |
getAsync(String resourceGroupName, String profileName)
Gets latest heatmap for Traffic Manager profile. |
abstract
Response<Heat |
getWithResponse(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight, Context context)
Gets latest heatmap for Traffic Manager profile. |
abstract
Mono<Response<Heat |
getWithResponseAsync(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight)
Gets latest heatmap for Traffic Manager profile. |
Method Details
get
public abstract HeatMapModelInner get(String resourceGroupName, String profileName)
Gets latest heatmap for Traffic Manager profile.
Parameters:
Returns:
getAsync
public abstract Mono
Gets latest heatmap for Traffic Manager profile.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets latest heatmap for Traffic Manager profile.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets latest heatmap for Traffic Manager profile.
Parameters:
Returns:
Applies to
Azure SDK for Java