Class ConnectionMonitorIcmpConfiguration
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorIcmpConfiguration
Describes the ICMP configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet value indicating whether path evaluation with trace route should be disabled.withDisableTraceRoute
(Boolean disableTraceRoute) Set value indicating whether path evaluation with trace route should be disabled.
-
Constructor Details
-
ConnectionMonitorIcmpConfiguration
public ConnectionMonitorIcmpConfiguration()
-
-
Method Details
-
disableTraceRoute
Get value indicating whether path evaluation with trace route should be disabled.- Returns:
- the disableTraceRoute value
-
withDisableTraceRoute
Set value indicating whether path evaluation with trace route should be disabled.- Parameters:
disableTraceRoute
- the disableTraceRoute value to set- Returns:
- the ConnectionMonitorIcmpConfiguration object itself.
-