public class ConnectionMonitorIcmpConfiguration extends Object
| Constructor and Description |
|---|
ConnectionMonitorIcmpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
disableTraceRoute()
Get value indicating whether path evaluation with trace route should be disabled.
|
ConnectionMonitorIcmpConfiguration |
withDisableTraceRoute(Boolean disableTraceRoute)
Set value indicating whether path evaluation with trace route should be disabled.
|
public Boolean disableTraceRoute()
public ConnectionMonitorIcmpConfiguration withDisableTraceRoute(Boolean disableTraceRoute)
disableTraceRoute - the disableTraceRoute value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/