Interface WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>

Type Parameters:
FluentT - the type of the resource
All Known Subinterfaces:
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 Details

    • withClientAffinityEnabled

      WebAppBase.Update<FluentT> withClientAffinityEnabled(boolean enabled)
      Specifies if client affinity is enabled.
      Parameters:
      enabled - true if client affinity is enabled
      Returns:
      the next stage of web app update