ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackend Interface

public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.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
abstract Update toBackend(String name)

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

Method Details

toBackend

public abstract ApplicationGatewayRequestRoutingRule.Update toBackend(String name)

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

If the specified backend does not yet exist, it will be automatically created.

Parameters:

name - the name of a backend

Returns:

the next stage of the update

Applies to