Język

FrontendIPConfigurationData.EnableConnectionTracking Property

Definition

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)

Property Value

Applies to