ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ParentT> Interface

Type Parameters

ParentT

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

public static interface ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig

The stage of an application gateway URL path map definition allowing to associate the URL path map with a redirect configuration.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withRedirectConfiguration(String name)

Associates the specified redirect configuration with this URL path map.

Method Details

withRedirectConfiguration

public abstract ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach withRedirectConfiguration(String name)

Associates the specified redirect configuration with this URL path map.

Parameters:

name - the name of a redirect configuration on this application gateway

Returns:

the next stage of the definition

Applies to