Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration
Packages that use ConnectionMonitorTestConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionMonitorTestConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionMonitorTestConfigurationModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withHttpConfiguration
(ConnectionMonitorHttpConfiguration httpConfiguration) Set the parameters used to perform test evaluation over HTTP.ConnectionMonitorTestConfiguration.withIcmpConfiguration
(ConnectionMonitorIcmpConfiguration icmpConfiguration) Set the parameters used to perform test evaluation over ICMP.Set the name of the connection monitor test configuration.ConnectionMonitorTestConfiguration.withPreferredIPVersion
(PreferredIPVersion preferredIPVersion) Set the preferred IP version to use in test evaluation.ConnectionMonitorTestConfiguration.withProtocol
(ConnectionMonitorTestConfigurationProtocol protocol) Set the protocol to use in test evaluation.ConnectionMonitorTestConfiguration.withSuccessThreshold
(ConnectionMonitorSuccessThreshold successThreshold) Set the threshold for declaring a test successful.ConnectionMonitorTestConfiguration.withTcpConfiguration
(ConnectionMonitorTcpConfiguration tcpConfiguration) Set the parameters used to perform test evaluation over TCP.ConnectionMonitorTestConfiguration.withTestFrequencySec
(Integer testFrequencySec) Set the frequency of test evaluation, in seconds.Methods in com.microsoft.azure.management.network that return types with arguments of type ConnectionMonitorTestConfigurationModifier and TypeMethodDescriptionConnectionMonitorParameters.testConfigurations()
Get list of connection monitor test configurations.Method parameters in com.microsoft.azure.management.network with type arguments of type ConnectionMonitorTestConfigurationModifier and TypeMethodDescriptionConnectionMonitorParameters.withTestConfigurations
(List<ConnectionMonitorTestConfiguration> testConfigurations) Set list of connection monitor test configurations.