Interface ApplicationGatewayUrlPathMap.Definition<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayUrlPathMap.DefinitionStages.Blank<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithListener<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ReturnT>, Attachable.InDefinition<ReturnT>
- Enclosing interface:
ApplicationGatewayUrlPathMap
public static interface ApplicationGatewayUrlPathMap.Definition<ReturnT>
extends ApplicationGatewayUrlPathMap.DefinitionStages.Blank<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>
The entirety of an application gateway URL path map definition.
-
Method Summary
Methods inherited from interface ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend
toBackendMethods inherited from interface ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration
toBackendHttpConfiguration, toBackendHttpPortMethods inherited from interface ApplicationGatewayUrlPathMap.DefinitionStages.WithListener
fromListenerMethods inherited from interface ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule
definePathRuleMethods inherited from interface ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig
withRedirectConfigurationMethods inherited from interface Attachable.InDefinition
attach