ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

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

Implements

WithCookieBasedAffinity<ParentT> WithHostName<ParentT> WithUrlPathMap<ParentT> InDefinition<ParentT>

public static interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach
extends InDefinition<ParentT>, WithHostName<ParentT>, WithCookieBasedAffinity<ParentT>, WithUrlPathMap<ParentT>

The final stage of an application gateway request routing rule 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