Interface ApplicationGatewayRedirectConfiguration.DefinitionStages.WithQueryStringIncluded<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.Definition<ReturnT>,ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT>,ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttachAndPath<ReturnT>
- Enclosing interface:
ApplicationGatewayRedirectConfiguration.DefinitionStages
public static interface ApplicationGatewayRedirectConfiguration.DefinitionStages.WithQueryStringIncluded<ReturnT>
The stage of an application gateway redirect configuration allowing to specify whether the query string
should be included in the redirected URL.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that the query string should be included in the redirected URL.
-
Method Details
-
withQueryStringIncluded
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT> withQueryStringIncluded()Specifies that the query string should be included in the redirected URL.- Returns:
- the next stage of the definition
-