Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorIcmpConfiguration
Packages that use ConnectionMonitorIcmpConfiguration
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionMonitorIcmpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorIcmpConfigurationModifier and TypeMethodDescriptionConnectionMonitorIcmpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorIcmpConfiguration from the JsonReader.ConnectionMonitorTestConfiguration.icmpConfiguration()Get the icmpConfiguration property: The parameters used to perform test evaluation over ICMP.ConnectionMonitorIcmpConfiguration.withDisableTraceRoute(Boolean disableTraceRoute) Set the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorIcmpConfigurationModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withIcmpConfiguration(ConnectionMonitorIcmpConfiguration icmpConfiguration) Set the icmpConfiguration property: The parameters used to perform test evaluation over ICMP.