Class ConnectivityDestination
java.lang.Object
com.microsoft.azure.management.network.ConnectivityDestination
Parameters that define destination of connection.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddress()Get the IP address or URI the resource to which a connection attempt will be made.port()Get port on which check connectivity will be performed.Get the ID of the resource to which a connection attempt will be made.withAddress(String address) Set the IP address or URI the resource to which a connection attempt will be made.Set port on which check connectivity will be performed.withResourceId(String resourceId) Set the ID of the resource to which a connection attempt will be made.
- 
Constructor Details- 
ConnectivityDestinationpublic ConnectivityDestination()
 
- 
- 
Method Details- 
resourceIdGet the ID of the resource to which a connection attempt will be made.- Returns:
- the resourceId value
 
- 
withResourceIdSet the ID of the resource to which a connection attempt will be made.- Parameters:
- resourceId- the resourceId value to set
- Returns:
- the ConnectivityDestination object itself.
 
- 
addressGet the IP address or URI the resource to which a connection attempt will be made.- Returns:
- the address value
 
- 
withAddressSet the IP address or URI the resource to which a connection attempt will be made.- Parameters:
- address- the address value to set
- Returns:
- the ConnectivityDestination object itself.
 
- 
portGet port on which check connectivity will be performed.- Returns:
- the port value
 
- 
withPortSet port on which check connectivity will be performed.- Parameters:
- port- the port value to set
- Returns:
- the ConnectivityDestination object itself.
 
 
-