Interface HeatMapsClient


public interface HeatMapsClient
An instance of this class provides access to all the operations defined in HeatMapsClient.
  • Method Details

    • 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. The name is case insensitive.
      profileName - The name of the Traffic Manager profile.
      topLeft - The top left latitude,longitude pair of the rectangular viewport to query for.
      botRight - The bottom right latitude,longitude pair of the rectangular viewport to query for.
      Returns:
      latest heatmap for Traffic Manager profile along with Response on successful completion of Mono.
      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. The name is case insensitive.
      profileName - The name of the Traffic Manager profile.
      Returns:
      latest heatmap for Traffic Manager profile on successful completion of Mono.
      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. The name is case insensitive.
      profileName - The name of the Traffic Manager profile.
      topLeft - The top left latitude,longitude pair of the rectangular viewport to query for.
      botRight - The bottom right latitude,longitude pair of the rectangular viewport to query for.
      context - The context to associate with this operation.
      Returns:
      latest heatmap for Traffic Manager profile along with Response.
      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. The name is case insensitive.
      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.