HeatMapEndpoint Class

  • java.lang.Object
    • com.microsoft.azure.management.trafficmanager.HeatMapEndpoint

public class HeatMapEndpoint

Class which is a sparse representation of a Traffic Manager endpoint.

Constructor Summary

Constructor Description
HeatMapEndpoint()

Method Summary

Modifier and Type Method and Description
java.lang.Integer endpointId()

Get a number uniquely identifying this endpoint in query experiences.

java.lang.String resourceId()

Get the ARM Resource ID of this Traffic Manager endpoint.

HeatMapEndpoint withEndpointId(Integer endpointId)

Set a number uniquely identifying this endpoint in query experiences.

HeatMapEndpoint withResourceId(String resourceId)

Set the ARM Resource ID of this Traffic Manager endpoint.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

HeatMapEndpoint

public HeatMapEndpoint()

Method Details

endpointId

public Integer endpointId()

Get a number uniquely identifying this endpoint in query experiences.

Returns:

the endpointId value

resourceId

public String resourceId()

Get the ARM Resource ID of this Traffic Manager endpoint.

Returns:

the resourceId value

withEndpointId

public HeatMapEndpoint withEndpointId(Integer endpointId)

Set a number uniquely identifying this endpoint in query experiences.

Parameters:

endpointId - the endpointId value to set

Returns:

the HeatMapEndpoint object itself.

withResourceId

public HeatMapEndpoint withResourceId(String resourceId)

Set the ARM Resource ID of this Traffic Manager endpoint.

Parameters:

resourceId - the resourceId value to set

Returns:

the HeatMapEndpoint object itself.

Applies to