public final class ConnectionMonitorIcmpConfiguration extends Object
| Constructor and Description |
|---|
ConnectionMonitorIcmpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
disableTraceRoute()
Get the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.
|
void |
validate()
Validates the instance.
|
ConnectionMonitorIcmpConfiguration |
withDisableTraceRoute(Boolean disableTraceRoute)
Set the disableTraceRoute property: 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.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.