Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.HeatMapModelInner
-
Packages that use HeatMapModelInner Package Description com.azure.resourcemanager.trafficmanager.fluent Package containing the service clients for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.fluent.models 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 HeatMapModelInner Modifier and Type Method Description HeatMapModelInnerHeatMapsClient. get(String resourceGroupName, String profileName)Gets latest heatmap for Traffic Manager profile.Methods in com.azure.resourcemanager.trafficmanager.fluent that return types with arguments of type HeatMapModelInner Modifier and Type Method Description Mono<HeatMapModelInner>HeatMapsClient. getAsync(String resourceGroupName, String profileName)Gets latest heatmap for Traffic Manager profile.Mono<HeatMapModelInner>HeatMapsClient. 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>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 HeatMapModelInner Modifier and Type Method Description HeatMapModelInnerHeatMapModelInner. withEndpoints(List<HeatMapEndpoint> endpoints)Set the endpoints property: The endpoints used in this HeatMap calculation.HeatMapModelInnerHeatMapModelInner. withEndTime(OffsetDateTime endTime)Set the endTime property: The ending of the time window for this HeatMap, exclusive.HeatMapModelInnerHeatMapModelInner. withId(String id)Set the id property: Fully qualified resource Id for the resource.HeatMapModelInnerHeatMapModelInner. withName(String name)Set the name property: The name of the resource.HeatMapModelInnerHeatMapModelInner. withStartTime(OffsetDateTime startTime)Set the startTime property: The beginning of the time window for this HeatMap, inclusive.HeatMapModelInnerHeatMapModelInner. withTrafficFlows(List<TrafficFlow> trafficFlows)Set the trafficFlows property: The traffic flows produced in this HeatMap calculation.HeatMapModelInnerHeatMapModelInner. withType(String type)Set the type property: The type of the resource.
-