Interface ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>

Type Parameters:
ReturnT - the stage of the parent application gateway definition to return to after attaching this definition
All Superinterfaces:
ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig<ReturnT>, Attachable.InDefinition<ReturnT>
All Known Subinterfaces:
ApplicationGatewayPathRule.Definition<ReturnT>
Enclosing interface:
ApplicationGatewayPathRule.DefinitionStages

public static interface ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT> extends Attachable.InDefinition<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig<ReturnT>
The final stage of a path rule of 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.