ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithPath Interface

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.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 Update withPath(String path)

Specifies the path prefix for all HTTP requests.

Method Details

withPath

public abstract ApplicationGatewayBackendHttpConfiguration.Update withPath(String path)

Specifies the path prefix for all HTTP requests.

Parameters:

path - a path

Returns:

the next stage of the update

Applies to