다음을 통해 공유


SitePatchResource.ClientAffinityEnabled 속성

정의

클라이언트 선호도 & 를 사용하도록 설정하기 위해 lt;code>true</code>를 가져오거나 설정합니다&. lt;code>false</code> 동일한 세션의 클라이언트 요청을 동일한 instance 라우팅하는 세션 선호도 쿠키 전송을 중지합니다. 기본값은 lt;code>true</code>입니다&.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientAffinityEnabled")]
public bool? ClientAffinityEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientAffinityEnabled")>]
member this.ClientAffinityEnabled : Nullable<bool> with get, set
Public Property ClientAffinityEnabled As Nullable(Of Boolean)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상