EndpointDetail Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.EndpointDetail

public class EndpointDetail

Details about the connection between the Batch service and the endpoint.

Constructor Summary

Constructor Description
EndpointDetail()

Method Summary

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

Get the port an endpoint is connected to.

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

EndpointDetail

public EndpointDetail()

Method Details

port

public Integer port()

Get the port an endpoint is connected to.

Returns:

the port value

Applies to