Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithPath
-
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithPathThe stage of an application gateway backend HTTP configuration allowing to specify the path to use as the prefix for all HTTP requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendHttpConfiguration.UpdatewithPath(String path)Specifies the path prefix for all HTTP requests.
-
-
-
Method Detail
-
withPath
ApplicationGatewayBackendHttpConfiguration.Update withPath(String path)
Specifies the path prefix for all HTTP requests.- Parameters:
path- a path- Returns:
- the next stage of the update
-
-