ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackendHttpConfiguration Interface

public interface 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
ApplicationGatewayRequestRoutingRule.Update toBackendHttpConfiguration(String name)

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

Method Details

toBackendHttpConfiguration

public 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