Interface ApplicationGatewayPathRule.Definition<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayPathRule.DefinitionStages.Blank<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithBackend<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig<ReturnT>, Attachable.InDefinition<ReturnT>
- Enclosing interface:
ApplicationGatewayPathRule
public static interface ApplicationGatewayPathRule.Definition<ReturnT>
extends ApplicationGatewayPathRule.DefinitionStages.Blank<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithBackend<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>
The entirety of a path rule of URL path map definition.
-
Method Summary
Methods inherited from interface ApplicationGatewayPathRule.DefinitionStages.WithBackend
toBackendMethods inherited from interface ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration
toBackendHttpConfigurationMethods inherited from interface ApplicationGatewayPathRule.DefinitionStages.WithPath
withPath, withPathsMethods inherited from interface ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig
withRedirectConfigurationMethods inherited from interface Attachable.InDefinition
attach