Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorParameters
-
Packages that use ConnectionMonitorParameters Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ConnectionMonitorParameters in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionMonitorParameters Modifier and Type Method Description ConnectionMonitorParametersConnectionMonitorParameters. withAutoStart(Boolean autoStart)Set the autoStart value.ConnectionMonitorParametersConnectionMonitorParameters. withDestination(ConnectionMonitorDestination destination)Set the destination value.ConnectionMonitorParametersConnectionMonitorParameters. withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds)Set the monitoringIntervalInSeconds value.ConnectionMonitorParametersConnectionMonitorParameters. withSource(ConnectionMonitorSource source)Set the source value.
-