ApplicationGatewayRedirectConfiguration.UpdateStages.WithType Interface

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

Specifies the redirection type.

Method Details

withType

public abstract ApplicationGatewayRedirectConfiguration.Update withType(ApplicationGatewayRedirectType redirectType)

Specifies the redirection type.

Parameters:

redirectType - a redirection type

Returns:

the next stage of the update

Applies to