Interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithPath<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Definition<ReturnT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ReturnT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ReturnT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT>
- Enclosing interface:
ApplicationGatewayBackendHttpConfiguration.DefinitionStages
public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithPath<ReturnT>
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 TypeMethodDescriptionSpecifies the path prefix for all HTTP requests.
-
Method Details
-
withPath
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ReturnT> withPath(String path) Specifies the path prefix for all HTTP requests.- Parameters:
path- a path- Returns:
- the next stage of the definition
-