ArmNetworkModelFactory.ConnectionMonitorTcpConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.ConnectionMonitorTcpConfiguration ConnectionMonitorTcpConfiguration(int? port = default, bool? disableTraceRoute = default, Azure.ResourceManager.Network.Models.DestinationPortBehavior? destinationPortBehavior = default);
static member ConnectionMonitorTcpConfiguration : Nullable<int> * Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.DestinationPortBehavior> -> Azure.ResourceManager.Network.Models.ConnectionMonitorTcpConfiguration
Public Shared Function ConnectionMonitorTcpConfiguration (Optional port As Nullable(Of Integer) = Nothing, Optional disableTraceRoute As Nullable(Of Boolean) = Nothing, Optional destinationPortBehavior As Nullable(Of DestinationPortBehavior) = Nothing) As ConnectionMonitorTcpConfiguration
Parameters
Value indicating whether path evaluation with trace route should be disabled.
- destinationPortBehavior
- Nullable<DestinationPortBehavior>
Destination port behavior.
Returns
A new ConnectionMonitorTcpConfiguration instance for mocking.