WebSite.IsClientAffinityPartitioningEnabled 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.
<code>true</code> to enable client affinity partitioning using CHIPS cookies, this will add the <code>partitioned</code> property to the affinity cookies; <code>false</code> to stop sending partitioned affinity cookies. Default is <code>false</code>.
public Azure.Provisioning.BicepValue<bool> IsClientAffinityPartitioningEnabled { get; set; }
member this.IsClientAffinityPartitioningEnabled : Azure.Provisioning.BicepValue<bool> with get, set
Public Property IsClientAffinityPartitioningEnabled As BicepValue(Of Boolean)