Uses of Class
com.microsoft.azure.management.network.ConnectivityDestination
Packages that use ConnectivityDestination
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectivityDestination in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectivityDestinationModifier and TypeMethodDescriptionConnectivityParameters.destination()
Get the destination of connection.ConnectivityDestination.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.ConnectivityDestination.withResourceId
(String resourceId) Set the ID of the resource to which a connection attempt will be made.Methods in com.microsoft.azure.management.network with parameters of type ConnectivityDestinationModifier and TypeMethodDescriptionConnectivityParameters.withDestination
(ConnectivityDestination destination) Set the destination of connection.