| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorSuccessThreshold |
ConnectionMonitorTestConfiguration.successThreshold()
Get the threshold for declaring a test successful.
|
ConnectionMonitorSuccessThreshold |
ConnectionMonitorSuccessThreshold.withChecksFailedPercent(Integer checksFailedPercent)
Set the maximum percentage of failed checks permitted for a test to evaluate as successful.
|
ConnectionMonitorSuccessThreshold |
ConnectionMonitorSuccessThreshold.withRoundTripTimeMs(Integer roundTripTimeMs)
Set the maximum round-trip time in milliseconds permitted for a test to evaluate as successful.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)
Set the threshold for declaring a test successful.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/