Interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithQueryStringIncluded<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent application gateway update to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.UpdateDefinition<ReturnT>,ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>,ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttachAndPath<ReturnT>
- Enclosing interface:
- ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages
public static interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>withQueryStringIncluded()Specifies that the query string should be included in the redirected URL.
-
-
-
Method Detail
-
withQueryStringIncluded
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> withQueryStringIncluded()
Specifies that the query string should be included in the redirected URL.- Returns:
- the next stage of the definition
-
-