Interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendOrAddress<ParentT>

Type Parameters:
ParentT - the stage of the application gateway definition to return to after attaching this definition
All Superinterfaces:
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackend<ParentT>, ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress<ParentT>
All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.Definition<ParentT>
Enclosing interface:
ApplicationGatewayRequestRoutingRule.DefinitionStages

public static interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendOrAddress<ParentT> extends ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackend<ParentT>, ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress<ParentT>
The stage of an application gateway request routing rule definition allowing to add an address to specify an existing backend to associate with this request routing rule or create a new backend with an auto-generated name and addresses to it.