ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded Interface

public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded

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

Method Summary

Modifier and Type Method and Description
abstract Update withQueryStringIncluded()

Specifies that the query string should be included in the redirected URL.

abstract Update withoutQueryStringIncluded()

Specifies that the query string should not be included in the redirected URL.

Method Details

withQueryStringIncluded

public abstract ApplicationGatewayRedirectConfiguration.Update withQueryStringIncluded()

Specifies that the query string should be included in the redirected URL.

Returns:

the next stage of the update

withoutQueryStringIncluded

public abstract ApplicationGatewayRedirectConfiguration.Update withoutQueryStringIncluded()

Specifies that the query string should not be included in the redirected URL.

Returns:

the next stage of the update

Applies to