次の方法で共有


SitePatchResource.ClientAffinityEnabled プロパティ

定義

クライアント アフィニティを有効にするには、lt;code>true</code> を取得または設定&します&。lt;コード>false</code> を使用してセッション アフィニティ Cookie の送信を停止します。これにより、同じセッション内のクライアント要求が同じインスタンスにルーティングされます。 既定値は <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

適用対象