共用方式為


WebSite.IsClientAffinityEnabled Property

Definition

<code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.

public Azure.Provisioning.BicepValue<bool> IsClientAffinityEnabled { get; set; }
member this.IsClientAffinityEnabled : Azure.Provisioning.BicepValue<bool> with get, set
Public Property IsClientAffinityEnabled As BicepValue(Of Boolean)

Property Value

Applies to