ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithPathIncluded<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent application gateway update to return to after attaching this definition

public static interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithPathIncluded

The stage of an application gateway redirect configuration allowing to specify whether the path should be included in the redirected URL.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withPathIncluded()

Specifies that the path should be included in the redirected URL.

Method Details

withPathIncluded

public abstract ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach withPathIncluded()

Specifies that the path should be included in the redirected URL.

Note that this setting is valid only when the target of the redirection is a listener, not a URL.

Returns:

the next stage of the definition

Applies to