Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorDestination
Packages that use ConnectionMonitorDestination
Package
Description
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 ConnectionMonitorDestinationModifier and TypeMethodDescriptionConnectionMonitor.destination()
ConnectionMonitorParameters.destination()
Get describes the destination of connection monitor.ConnectionMonitorDestination.withAddress
(String address) Set address of the connection monitor destination (IP or domain name).Set the destination port used by connection monitor.ConnectionMonitorDestination.withResourceId
(String resourceId) Set the ID of the resource used as the destination by connection monitor.Methods in com.microsoft.azure.management.network with parameters of type ConnectionMonitorDestinationModifier and TypeMethodDescriptionConnectionMonitorParameters.withDestination
(ConnectionMonitorDestination destination) Set describes the destination of connection monitor.