LoadBalancingRuleProperties.EnableConnectionTracking Property
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.
Enables UDP flow tracking for the load balancing rule. This property is retained for rule-level configuration compatibility. When enableConnectionTracking is specified on the associated frontend IP configuration, the frontend setting takes precedence.
public bool? EnableConnectionTracking { get; set; }
member this.EnableConnectionTracking : Nullable<bool> with get, set
Public Property EnableConnectionTracking As Nullable(Of Boolean)