| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorSuccessThreshold |
ConnectionMonitorTestConfiguration.successThreshold()
Get the successThreshold property: The threshold for declaring a test successful.
|
ConnectionMonitorSuccessThreshold |
ConnectionMonitorSuccessThreshold.withChecksFailedPercent(Integer checksFailedPercent)
Set the checksFailedPercent property: The maximum percentage of failed checks permitted for a test to evaluate as
successful.
|
ConnectionMonitorSuccessThreshold |
ConnectionMonitorSuccessThreshold.withRoundTripTimeMs(Float roundTripTimeMs)
Set the roundTripTimeMs property: 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 successThreshold property: The threshold for declaring a test successful.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.