Interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages
-
- Enclosing interface:
- ApplicationGatewayUrlPathMap
public static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStagesGrouping of application gateway URL path map definition stages applicable as part of an application gateway update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.Blank<ReturnT>The first stage of an application gateway URL path map definition.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithAttach<ReturnT>The final stage of an application gateway URL path map definition.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.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.UpdateDefinitionStages.WithBackendAddress<ParentT>The stage of an application gateway URL path map definition allowing to add an address to the backend used by this URL path map.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT>The stage of an application gateway URL path map definition allowing to add more backend addresses, start specifying optional settings, or finish the definition by attaching it to the parent application gateway.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT>The stage of an application gateway URL path map definition allowing to specify the backend HTTP settings configuration to associate the URL path map with.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ParentT>The stage of an application gateway URL path map definition allowing to add an address to specify an existing backend to associate with this URL path map or create a new backend with an auto-generated name and addresses to it.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.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.UpdateDefinitionStages.WithPathRule<ParentT>The stage of an application gateway URL path map definition allowing to specify the path rule to associate the URL path map with.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithRedirectConfig<ParentT>The stage of an application gateway URL path map definition allowing to associate the URL path map with a redirect configuration.
-