Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.HeatMapProperties
Packages that use HeatMapProperties
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
-
Uses of HeatMapProperties in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return HeatMapPropertiesModifier and TypeMethodDescriptionstatic HeatMapPropertiesHeatMapProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HeatMapProperties from the JsonReader.HeatMapProperties.withEndpoints(List<HeatMapEndpoint> endpoints) Set the endpoints property: The endpoints used in this HeatMap calculation.HeatMapProperties.withEndTime(OffsetDateTime endTime) Set the endTime property: The ending of the time window for this HeatMap, exclusive.HeatMapProperties.withStartTime(OffsetDateTime startTime) Set the startTime property: The beginning of the time window for this HeatMap, inclusive.HeatMapProperties.withTrafficFlows(List<TrafficFlow> trafficFlows) Set the trafficFlows property: The traffic flows produced in this HeatMap calculation.