Interface HeatMapsClient
-
public interface HeatMapsClientAn instance of this class provides access to all the operations defined in HeatMapsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeatMapModelInnerget(String resourceGroupName, String profileName)Gets latest heatmap for Traffic Manager profile.Mono<HeatMapModelInner>getAsync(String resourceGroupName, String profileName)Gets latest heatmap for Traffic Manager profile.Mono<HeatMapModelInner>getAsync(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight)Gets latest heatmap for Traffic Manager profile.com.azure.core.http.rest.Response<HeatMapModelInner>getWithResponse(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight, com.azure.core.util.Context context)Gets latest heatmap for Traffic Manager profile.Mono<com.azure.core.http.rest.Response<HeatMapModelInner>>getWithResponseAsync(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight)Gets latest heatmap for Traffic Manager profile.
-
-
-
Method Detail
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<HeatMapModelInner>> getWithResponseAsync(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight)
Gets latest heatmap for Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group containing the Traffic Manager endpoint.profileName- The name of the Traffic Manager profile.topLeft- Array of Get4ItemsItem.botRight- Array of Get5ItemsItem.- Returns:
- latest heatmap for Traffic Manager profile.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<HeatMapModelInner> getAsync(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight)
Gets latest heatmap for Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group containing the Traffic Manager endpoint.profileName- The name of the Traffic Manager profile.topLeft- Array of Get4ItemsItem.botRight- Array of Get5ItemsItem.- Returns:
- latest heatmap for Traffic Manager profile.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<HeatMapModelInner> getAsync(String resourceGroupName, String profileName)
Gets latest heatmap for Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group containing the Traffic Manager endpoint.profileName- The name of the Traffic Manager profile.- Returns:
- latest heatmap for Traffic Manager profile.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
HeatMapModelInner get(String resourceGroupName, String profileName)
Gets latest heatmap for Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group containing the Traffic Manager endpoint.profileName- The name of the Traffic Manager profile.- Returns:
- latest heatmap for Traffic Manager profile.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<HeatMapModelInner> getWithResponse(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight, com.azure.core.util.Context context)
Gets latest heatmap for Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group containing the Traffic Manager endpoint.profileName- The name of the Traffic Manager profile.topLeft- Array of Get4ItemsItem.botRight- Array of Get5ItemsItem.context- The context to associate with this operation.- Returns:
- latest heatmap for Traffic Manager profile.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-