ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithQueryStringIncluded<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.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 WithAttach<ReturnT> withQueryStringIncluded()

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

Method Details

withQueryStringIncluded

public abstract ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach withQueryStringIncluded()

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

Returns:

the next stage of the definition

Applies to