Interface ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ReturnT>, Attachable.InDefinition<ReturnT>
- All Known Subinterfaces:
ApplicationGatewayUrlPathMap.Definition<ReturnT>
- Enclosing interface:
ApplicationGatewayUrlPathMap.DefinitionStages
public static interface ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>
extends Attachable.InDefinition<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ReturnT>
The final stage of an application gateway URL path map definition.
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 ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule
definePathRuleMethods inherited from interface ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig
withRedirectConfigurationMethods inherited from interface Attachable.InDefinition
attach