다음을 통해 공유


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이면 클라이언트 선호도를 사용할 수 있습니다.

반환

적용 대상