| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTcpConfiguration |
ConnectionMonitorTestConfiguration.tcpConfiguration()
Get the parameters used to perform test evaluation over TCP.
|
ConnectionMonitorTcpConfiguration |
ConnectionMonitorTcpConfiguration.withDisableTraceRoute(Boolean disableTraceRoute)
Set value indicating whether path evaluation with trace route should be disabled.
|
ConnectionMonitorTcpConfiguration |
ConnectionMonitorTcpConfiguration.withPort(Integer port)
Set the port to connect to.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)
Set the parameters used to perform test evaluation over TCP.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/