ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithPath<ReturnT> Interface

Type Parameters

ReturnT

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

public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithPath

The stage of an application gateway backend HTTP configuration allowing to specify the path to use as the prefix for all HTTP requests.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withPath(String path)

Specifies the path prefix for all HTTP requests.

Method Details

withPath

public abstract ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach withPath(String path)

Specifies the path prefix for all HTTP requests.

Parameters:

path - a path

Returns:

the next stage of the definition

Applies to