你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

返回

适用于