ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackend Interface

public interface WithBackend

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayRequestRoutingRule.Update toBackend(String name)

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

Method Details

toBackend

public Update toBackend(String name)

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

Parameters:

name - the name of an existing backend

Returns:

the next stage of the update

Applies to