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