Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorDestination
-
Packages that use ConnectionMonitorDestination Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ConnectionMonitorDestination in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionMonitorDestination Modifier and Type Method Description ConnectionMonitorDestinationConnectionMonitor. destination()ConnectionMonitorDestinationConnectionMonitorParameters. destination()Get the destination value.ConnectionMonitorDestinationConnectionMonitorDestination. withAddress(String address)Set the address value.ConnectionMonitorDestinationConnectionMonitorDestination. withPort(Integer port)Set the port value.ConnectionMonitorDestinationConnectionMonitorDestination. withResourceId(String resourceId)Set the resourceId value.Methods in com.microsoft.azure.management.network with parameters of type ConnectionMonitorDestination Modifier and Type Method Description ConnectionMonitorParametersConnectionMonitorParameters. withDestination(ConnectionMonitorDestination destination)Set the destination value.
-