ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithType<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.WithType

The stage of an application gateway redirect configuration allowing to specify the type of the redirection.

Method Summary

Modifier and Type Method and Description
abstract WithTarget<ReturnT> withType(ApplicationGatewayRedirectType redirectType)

Specifies the redirection type.

Method Details

withType

public abstract ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithTarget withType(ApplicationGatewayRedirectType redirectType)

Specifies the redirection type.

Parameters:

redirectType - a redirection type

Returns:

the next stage of the definition

Applies to