| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration)
Set the parameters used to perform test evaluation over HTTP.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration)
Set the parameters used to perform test evaluation over ICMP.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withName(String name)
Set the name of the connection monitor test configuration.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withPreferredIPVersion(PreferredIPVersion preferredIPVersion)
Set the preferred IP version to use in test evaluation.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withProtocol(ConnectionMonitorTestConfigurationProtocol protocol)
Set the protocol to use in test evaluation.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)
Set the threshold for declaring a test successful.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)
Set the parameters used to perform test evaluation over TCP.
|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withTestFrequencySec(Integer testFrequencySec)
Set the frequency of test evaluation, in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionMonitorTestConfiguration> |
ConnectionMonitorParameters.testConfigurations()
Get list of connection monitor test configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)
Set list of connection monitor test configurations.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/