ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackend<ParentT> Interface

Type Parameters

ParentT

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

public interface WithBackend

The stage of an application gateway request routing rule definition allowing to specify the backend to associate the routing rule with.

Method Summary

Modifier and Type Method and Description
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach<ParentT> toBackend(String name)

Associates the request routing rule with a backend on this application gateway.

If the backend does not yet exist, it must be defined in the optional part of the application gateway definition. The request routing rule references it only by name.

Method Details

toBackend

public WithAttach toBackend(String name)

Associates the request routing rule with a backend on this application gateway.

If the backend does not yet exist, it must be defined in the optional part of the application gateway definition. The request routing rule references it only by name.

Parameters:

name - the name of an existing backend

Returns:

the next stage of the definition

Applies to