Interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithPathIncluded<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.WithAttachAndPath<ReturnT>
- Enclosing interface:
- ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages
public static interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithPathIncluded<ReturnT>
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 be included in the redirected URL.
-
Method Details
-
withPathIncluded
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> 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 definition
-