Interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAffinity<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway update to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.UpdateDefinition<ReturnT>,ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.Blank<ReturnT>,ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>,ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT>
- Enclosing interface:
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAffinity<ReturnT>
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.UpdateDefinitionStages.WithAttach<ReturnT> withCookieBasedAffinity()Enables cookie based affinity.- Returns:
- the next stage of the update
-
withoutCookieBasedAffinity
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> withoutCookieBasedAffinity()Disables cookie based affinity.- Returns:
- the next stage of the update
-