Uses of Class
com.microsoft.azure.management.appservice.HandlerMapping
-
-
Uses of HandlerMapping in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return HandlerMapping Modifier and Type Method Description HandlerMappingHandlerMapping. withArguments(String arguments)Set command-line arguments to be passed to the script processor.HandlerMappingHandlerMapping. withExtension(String extension)Set requests with this extension will be handled using the specified FastCGI application.HandlerMappingHandlerMapping. withScriptProcessor(String scriptProcessor)Set the absolute path to the FastCGI application.Methods in com.microsoft.azure.management.appservice that return types with arguments of type HandlerMapping Modifier and Type Method Description List<HandlerMapping>SiteConfig. handlerMappings()Get handler mappings.Method parameters in com.microsoft.azure.management.appservice with type arguments of type HandlerMapping Modifier and Type Method Description SiteConfigSiteConfig. withHandlerMappings(List<HandlerMapping> handlerMappings)Set handler mappings.
-