Uses of Class
com.azure.resourcemanager.trafficmanager.models.HeatMapEndpoint
-
Packages that use HeatMapEndpoint Package Description com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of HeatMapEndpoint in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return types with arguments of type HeatMapEndpoint Modifier and Type Method Description List<HeatMapEndpoint>HeatMapModelInner. endpoints()Get the endpoints property: The endpoints used in this HeatMap calculation.Method parameters in com.azure.resourcemanager.trafficmanager.fluent.models with type arguments of type HeatMapEndpoint Modifier and Type Method Description HeatMapModelInnerHeatMapModelInner. withEndpoints(List<HeatMapEndpoint> endpoints)Set the endpoints property: The endpoints used in this HeatMap calculation. -
Uses of HeatMapEndpoint in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return HeatMapEndpoint Modifier and Type Method Description HeatMapEndpointHeatMapEndpoint. withEndpointId(Integer endpointId)Set the endpointId property: A number uniquely identifying this endpoint in query experiences.HeatMapEndpointHeatMapEndpoint. withResourceId(String resourceId)Set the resourceId property: The ARM Resource ID of this Traffic Manager endpoint.
-