Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinity
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinity
The stage of an application gateway backend HTTP configuration allowing to enable or disable cookie based
affinity.
-
Method Summary
Modifier and TypeMethodDescriptionEnables cookie based affinity.Disables cookie based affinity.
-
Method Details
-
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.
-