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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>withCookieBasedAffinity()Enables cookie based affinity.ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>withoutCookieBasedAffinity()Disables cookie based affinity.
-
-
-
Method Detail
-
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
-
-