ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT> Interface

Type Parameters

ParentT

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

public static interface ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackendHttpConfiguration

The stage of path rule of URL path map allowing to specify the backend HTTP settings configuration to associate the path rule with.

Method Summary

Modifier and Type Method and Description
abstract WithBackend<ParentT> toBackendHttpConfiguration(String name)

Associates the specified backend HTTP settings configuration with this path rule.

Method Details

toBackendHttpConfiguration

public abstract ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend toBackendHttpConfiguration(String name)

Associates the specified backend HTTP settings configuration with this path rule.

If the backend configuration does not exist yet, it must be defined in the optional part of the application gateway definition. The path rule references it only by name.

Parameters:

name - the name of a backend HTTP settings configuration

Returns:

the next stage of the definition

Applies to