ApplicationGateway.DefinitionStages.WithRedirectConfiguration Interface

public static interface ApplicationGateway.DefinitionStages.WithRedirectConfiguration

The stage of an application gateway definition allowing to add a redirect configuration.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> defineRedirectConfiguration(String name)

Begins the definition of a new application gateway redirect configuration to be attached to the gateway.

Method Details

defineRedirectConfiguration

public abstract ApplicationGatewayRedirectConfiguration.DefinitionStages.Blank defineRedirectConfiguration(String name)

Begins the definition of a new application gateway redirect configuration to be attached to the gateway.

Parameters:

name - a unique name for the redirect configuration

Returns:

the first stage of the redirect configuration definition

Applies to