FrontendIPConfigurationData.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 traffic associated with the frontend IP configuration. When enabled, packets belonging to the same UDP flow are consistently directed to the same backend instance. This setting applies to all associated load balancing rules and takes precedence over rule-level enableConnectionTracking settings.
public bool? EnableConnectionTracking { get; set; }
member this.EnableConnectionTracking : Nullable<bool> with get, set
Public Property EnableConnectionTracking As Nullable(Of Boolean)