Interface ApplicationGatewayUrlPathMap.DefinitionStages
-
- Enclosing interface:
- ApplicationGatewayUrlPathMap
public static interface ApplicationGatewayUrlPathMap.DefinitionStagesGrouping of application gateway URL path map definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayUrlPathMap.DefinitionStages.Blank<ReturnT>The first stage of an application gateway URL path map definition.static interfaceApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>The final stage of an application gateway URL path map definition.static interfaceApplicationGatewayUrlPathMap.DefinitionStages.WithBackend<ParentT>The stage of an application gateway URL path map definition allowing to specify the backend to associate the URL path map with.static interfaceApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration<ParentT>The stage of an application gateway URL path map definition allowing to specify the backend HTTP settings configuration to associate the routing rule with.static interfaceApplicationGatewayUrlPathMap.DefinitionStages.WithListener<ParentT>The stage of an application gateway URL path map definition allowing to specify an existing listener to associate the URL path map with.static interfaceApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ParentT>The stage of an application gateway URL path map definition allowing to specify path rules.static interfaceApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ParentT>The stage of an application gateway URL path map definition allowing to associate the URL path map with a redirect configuration.
-