ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendOrAddress<ParentT> Interface

Type Parameters

ParentT

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

Implements

WithBackend<ParentT> WithBackendAddress<ParentT>

public static interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendOrAddress
extends WithBackend<ParentT>, 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.

Applies to