Interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.Update
- Enclosing interface:
- ApplicationGatewayRedirectConfiguration.UpdateStages
public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded
The stage of an application gateway redirect configuration allowing to specify whether the path should be
included in the redirected URL.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that the path should not be included in the redirected URL.Specifies that the path should be included in the redirected URL.
-
Method Details
-
withPathIncluded
ApplicationGatewayRedirectConfiguration.Update withPathIncluded()Specifies that the path should be included in the redirected URL.Note that this setting is valid only when the target of the redirection is a listener, not a URL.
- Returns:
- the next stage of the update
-
withoutPathIncluded
ApplicationGatewayRedirectConfiguration.Update withoutPathIncluded()Specifies that the path should not be included in the redirected URL.- Returns:
- the next stage of the update
-