Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorTcpConfiguration
Packages that use ConnectionMonitorTcpConfiguration
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionMonitorTcpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorTcpConfigurationModifier and TypeMethodDescriptionConnectionMonitorTcpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorTcpConfiguration from the JsonReader.ConnectionMonitorTestConfiguration.tcpConfiguration()Get the tcpConfiguration property: The parameters used to perform test evaluation over TCP.ConnectionMonitorTcpConfiguration.withDestinationPortBehavior(DestinationPortBehavior destinationPortBehavior) Set the destinationPortBehavior property: Destination port behavior.ConnectionMonitorTcpConfiguration.withDisableTraceRoute(Boolean disableTraceRoute) Set the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.Set the port property: The port to connect to.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorTcpConfigurationModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration) Set the tcpConfiguration property: The parameters used to perform test evaluation over TCP.