ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackendHttpConfiguration Interface

public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackendHttpConfiguration

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

Method Summary

Modifier and Type Method and Description
abstract Update toBackendHttpConfiguration(String name)

Associates the specified backend HTTP settings configuration with this request routing rule.

Method Details

toBackendHttpConfiguration

public abstract ApplicationGatewayRequestRoutingRule.Update toBackendHttpConfiguration(String name)

Associates the specified backend HTTP settings configuration with this request routing rule.

Parameters:

name - the name of a backend HTTP settings configuration

Returns:

the next stage of the update

Applies to