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