ApplicationGateway.DefinitionStages.WithRequestRoutingRule Interface

public interface WithRequestRoutingRule

The stage of an application gateway definition allowing to add a request routing rule.

Method Summary

Modifier and Type Method and Description
ApplicationGatewayRequestRoutingRule.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate> defineRequestRoutingRule(String name)

Begins the definition of a request routing rule for this application gateway.

Method Details

defineRequestRoutingRule

public ApplicationGatewayRequestRoutingRule.DefinitionStages.Blank defineRequestRoutingRule(String name)

Begins the definition of a request routing rule for this application gateway.

Parameters:

name - a unique name for the request routing rule

Returns:

the first stage of the request routing rule

Applies to