ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent application gateway definition to return to after attaching this definition

Implements

WithPathRule<ReturnT> WithRedirectConfig<ReturnT> InDefinition<ReturnT>

public static interface ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach
extends InDefinition<ReturnT>, WithPathRule<ReturnT>, 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.

Applies to