Interface WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>
- Type Parameters:
FluentT
- the type of the resource
- All Known Subinterfaces:
DeploymentSlot.Update
,DeploymentSlotBase.Update<FluentT>
,FunctionApp.Update
,WebApp.Update
,WebApp.UpdateStages.WithStartUpCommand
,WebAppBase.Update<FluentT>
- Enclosing interface:
- WebAppBase.UpdateStages
public static interface WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>
The stage of the web app update allowing setting if client affinity is enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithClientAffinityEnabled
(boolean enabled) Specifies if client affinity is enabled.
-
Method Details
-
withClientAffinityEnabled
Specifies if client affinity is enabled.- Parameters:
enabled
- true if client affinity is enabled- Returns:
- the next stage of web app update
-