IWithClientAffinityEnabled<FluentT>.WithClientAffinityEnabled(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if client affinity is enabled.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithClientAffinityEnabled (bool enabled);
abstract member WithClientAffinityEnabled : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithClientAffinityEnabled (enabled As Boolean) As IWithCreate(Of FluentT)
Parameters
- enabled
- System.Boolean
True if client affinity is enabled.