Class HeatMapEndpoint
java.lang.Object
com.microsoft.azure.management.trafficmanager.HeatMapEndpoint
Class which is a sparse representation of a Traffic Manager endpoint.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a number uniquely identifying this endpoint in query experiences.Get the ARM Resource ID of this Traffic Manager endpoint.withEndpointId
(Integer endpointId) Set a number uniquely identifying this endpoint in query experiences.withResourceId
(String resourceId) Set the ARM Resource ID of this Traffic Manager endpoint.
-
Constructor Details
-
HeatMapEndpoint
public HeatMapEndpoint()
-
-
Method Details
-
resourceId
Get the ARM Resource ID of this Traffic Manager endpoint.- Returns:
- the resourceId value
-
withResourceId
Set the ARM Resource ID of this Traffic Manager endpoint.- Parameters:
resourceId
- the resourceId value to set- Returns:
- the HeatMapEndpoint object itself.
-
endpointId
Get a number uniquely identifying this endpoint in query experiences.- Returns:
- the endpointId value
-
withEndpointId
Set a number uniquely identifying this endpoint in query experiences.- Parameters:
endpointId
- the endpointId value to set- Returns:
- the HeatMapEndpoint object itself.
-