次の方法で共有


IWithClientAffinityEnabled<FluentT>.WithClientAffinityEnabled メソッド

定義

クライアント アフィニティが有効かどうかを指定します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithClientAffinityEnabled (bool enabled);
abstract member WithClientAffinityEnabled : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithClientAffinityEnabled (enabled As Boolean) As IUpdate(Of FluentT)

パラメーター

enabled
Boolean

True を指定すると、クライアント アフィニティが有効になります。

戻り値

適用対象