Interface ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithQueryStringIncluded<ReturnT>, Attachable.InDefinition<ReturnT>
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.Definition<ReturnT>, ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttachAndPath<ReturnT>
- Enclosing interface:
ApplicationGatewayRedirectConfiguration.DefinitionStages
public static interface ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT>
extends Attachable.InDefinition<ReturnT>, ApplicationGatewayRedirectConfiguration.DefinitionStages.WithQueryStringIncluded<ReturnT>
The final stage of an application gateway redirect configuration.
At this stage, any remaining optional settings can be specified, or the definition can be attached to the parent application gateway definition.
-
Method Summary
Methods inherited from interface ApplicationGatewayRedirectConfiguration.DefinitionStages.WithQueryStringIncluded
withQueryStringIncludedMethods inherited from interface Attachable.InDefinition
attach