Interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.Update
- Enclosing interface:
ApplicationGatewayRedirectConfiguration.UpdateStages
public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded
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 not be included in the redirected URL.Specifies that the query string should be included in the redirected URL.
-
Method Details
-
withQueryStringIncluded
ApplicationGatewayRedirectConfiguration.Update withQueryStringIncluded()Specifies that the query string should be included in the redirected URL.- Returns:
- the next stage of the update
-
withoutQueryStringIncluded
ApplicationGatewayRedirectConfiguration.Update withoutQueryStringIncluded()Specifies that the query string should not be included in the redirected URL.- Returns:
- the next stage of the update
-