ApplicationGatewayRedirectConfiguration.DefinitionStages.WithType<ReturnT> Interface

Type Parameters

ReturnT

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

public static interface ApplicationGatewayRedirectConfiguration.DefinitionStages.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.DefinitionStages.WithTarget withType(ApplicationGatewayRedirectType redirectType)

Specifies the redirection type.

Parameters:

redirectType - a redirection type

Returns:

the next stage of the definition

Applies to