Interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithCookieName<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Definition<ReturnT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ReturnT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ReturnT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT>
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.DefinitionStages
public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithCookieName<ReturnT>The 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.DefinitionStages.WithAttach<ReturnT>withAffinityCookieName(String name)Specifies the name for the affinity cookie.
-
-
-
Method Detail
-
withAffinityCookieName
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ReturnT> withAffinityCookieName(String name)
Specifies the name for the affinity cookie.- Parameters:
name- a name- Returns:
- the next stage of the definition
-
-