Interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded
-
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.Update
- Enclosing interface:
- ApplicationGatewayRedirectConfiguration.UpdateStages
public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncludedThe 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.UpdatewithoutQueryStringIncluded()Specifies that the query string should not be included in the redirected URL.ApplicationGatewayRedirectConfiguration.UpdatewithQueryStringIncluded()Specifies that the query string should be included in the redirected URL.
-
-
-
Method Detail
-
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
-
-