Interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithListenerOrFrontend<ParentT>

Type Parameters:
ParentT - the stage of the application gateway definition to return to after attaching this definition
All Superinterfaces:
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontend<ParentT>, ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithListener<ParentT>
All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>, ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.Blank<ParentT>
Enclosing interface:
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages

public static interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithListenerOrFrontend<ParentT> extends ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithListener<ParentT>, ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontend<ParentT>
The stage of an application gateway request routing rule definition allowing to associate an existing listener with the rule, or create a new one implicitly by specifying the frontend to listen to.