Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinity
-
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinityThe stage of an application gateway backend HTTP configuration allowing to enable or disable cookie based affinity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendHttpConfiguration.UpdatewithCookieBasedAffinity()Enables cookie based affinity.ApplicationGatewayBackendHttpConfiguration.UpdatewithoutCookieBasedAffinity()Disables cookie based affinity.
-
-
-
Method Detail
-
withCookieBasedAffinity
ApplicationGatewayBackendHttpConfiguration.Update withCookieBasedAffinity()
Enables cookie based affinity.- Returns:
- the next stage of the update
-
withoutCookieBasedAffinity
ApplicationGatewayBackendHttpConfiguration.Update withoutCookieBasedAffinity()
Disables cookie based affinity.- Returns:
- the next stage of the update.
-
-