Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorTcpConfiguration
-
Packages that use ConnectionMonitorTcpConfiguration Package Description com.azure.resourcemanager.network.models 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 ConnectionMonitorTcpConfiguration Modifier and Type Method Description ConnectionMonitorTcpConfigurationConnectionMonitorTestConfiguration. tcpConfiguration()Get the tcpConfiguration property: The parameters used to perform test evaluation over TCP.ConnectionMonitorTcpConfigurationConnectionMonitorTcpConfiguration. withDestinationPortBehavior(DestinationPortBehavior destinationPortBehavior)Set the destinationPortBehavior property: Destination port behavior.ConnectionMonitorTcpConfigurationConnectionMonitorTcpConfiguration. withDisableTraceRoute(Boolean disableTraceRoute)Set the disableTraceRoute property: Value indicating whether path evaluation with trace route should be disabled.ConnectionMonitorTcpConfigurationConnectionMonitorTcpConfiguration. withPort(Integer port)Set the port property: The port to connect to.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorTcpConfiguration Modifier and Type Method Description ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withTcpConfiguration(ConnectionMonitorTcpConfiguration tcpConfiguration)Set the tcpConfiguration property: The parameters used to perform test evaluation over TCP.
-