ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded Interface

public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.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 Update withPathIncluded()

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

abstract Update withoutPathIncluded()

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

Method Details

withPathIncluded

public abstract ApplicationGatewayRedirectConfiguration.Update 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 update

withoutPathIncluded

public abstract ApplicationGatewayRedirectConfiguration.Update withoutPathIncluded()

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

Returns:

the next stage of the update

Applies to