Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.HeatMapModelInner
Packages that use HeatMapModelInner
Package
Description
Package containing the service clients for TrafficManagerManagementClient.
Package containing the inner data models for TrafficManagerManagementClient.
-
Uses of HeatMapModelInner in com.azure.resourcemanager.trafficmanager.fluent
Methods in com.azure.resourcemanager.trafficmanager.fluent that return HeatMapModelInnerModifier and TypeMethodDescriptionGets latest heatmap for Traffic Manager profile.Methods in com.azure.resourcemanager.trafficmanager.fluent that return types with arguments of type HeatMapModelInnerModifier and TypeMethodDescriptionGets latest heatmap for Traffic Manager profile.com.azure.core.http.rest.Response<HeatMapModelInner> HeatMapsClient.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>> HeatMapsClient.getWithResponseAsync(String resourceGroupName, String profileName, List<Double> topLeft, List<Double> botRight) Gets latest heatmap for Traffic Manager profile. -
Uses of HeatMapModelInner in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return HeatMapModelInnerModifier and TypeMethodDescriptionstatic HeatMapModelInnerHeatMapModelInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HeatMapModelInner from the JsonReader.HeatMapModelInner.withEndpoints(List<HeatMapEndpoint> endpoints) Set the endpoints property: The endpoints used in this HeatMap calculation.HeatMapModelInner.withEndTime(OffsetDateTime endTime) Set the endTime property: The ending of the time window for this HeatMap, exclusive.Set the id property: Fully qualified resource Id for the resource.Set the name property: The name of the resource.HeatMapModelInner.withStartTime(OffsetDateTime startTime) Set the startTime property: The beginning of the time window for this HeatMap, inclusive.HeatMapModelInner.withTrafficFlows(List<TrafficFlow> trafficFlows) Set the trafficFlows property: The traffic flows produced in this HeatMap calculation.Set the type property: The type of the resource.