共用方式為


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。

傳回

適用於