Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithCookieName
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithCookieName
The stage of an application gateway backend HTTP configuration allowing to specify the name for the affinity
cookie.
-
Method Summary
Modifier and TypeMethodDescriptionwithAffinityCookieName(String name) Specifies the name for the affinity cookie.
-
Method Details
-
withAffinityCookieName
Specifies the name for the affinity cookie.- Parameters:
name- a name- Returns:
- the next stage of the update
-