Interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithCookieName<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.WithCookieName<ReturnT>
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
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> withAffinityCookieName(String name) Specifies the name for the affinity cookie.- Parameters:
name- a name- Returns:
- the next stage of the definition
-