ApplicationGateway.UpdateStages.WithRequestRoutingRule Interface

public interface WithRequestRoutingRule

The stage of an application gateway update allowing to modify request routing rules.

Method Summary

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

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

ApplicationGatewayRequestRoutingRule.Update updateRequestRoutingRule(String name)

Begins the update of a request routing rule.

ApplicationGateway.Update withoutRequestRoutingRule(String name)

Removes a request routing rule from the application gateway.

Method Details

defineRequestRoutingRule

public ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.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

updateRequestRoutingRule

public ApplicationGatewayRequestRoutingRule.Update updateRequestRoutingRule(String name)

Begins the update of a request routing rule.

Parameters:

name - the name of an existing request routing rule

Returns:

the first stage of a request routing rule update or null if the requested rule does not exist

withoutRequestRoutingRule

public Update withoutRequestRoutingRule(String name)

Removes a request routing rule from the application gateway.

Parameters:

name - the name of the request routing rule to remove

Returns:

the next stage of the update

Applies to