ApplicationGateway.DefinitionStages.WithRequestRoutingRule Interface

public static interface ApplicationGateway.DefinitionStages.WithRequestRoutingRule

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

Method Summary

Modifier and Type Method and Description
abstract Blank<WithRequestRoutingRuleOrCreate> definePathBasedRoutingRule(String name)

Begins the definition of a new application gateway path-based request routing rule and URL path map to be attached to the gateway.

abstract Blank<WithRequestRoutingRuleOrCreate> defineRequestRoutingRule(String name)

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

Method Details

definePathBasedRoutingRule

public abstract ApplicationGatewayUrlPathMap.DefinitionStages.Blank definePathBasedRoutingRule(String name)

Begins the definition of a new application gateway path-based request routing rule and URL path map to be attached to the gateway. Note: both will be created with the same name and attached to the gateway.

Parameters:

name - a unique name for the URL path map

Returns:

the first stage of the URL path map definition

defineRequestRoutingRule

public abstract 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