Uses of Class
com.microsoft.azure.management.appservice.HandlerMapping
Packages that use HandlerMapping
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of HandlerMapping in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return HandlerMappingModifier and TypeMethodDescriptionHandlerMapping.withArguments
(String arguments) Set command-line arguments to be passed to the script processor.HandlerMapping.withExtension
(String extension) Set requests with this extension will be handled using the specified FastCGI application.HandlerMapping.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 HandlerMappingMethod parameters in com.microsoft.azure.management.appservice with type arguments of type HandlerMappingModifier and TypeMethodDescriptionSiteConfig.withHandlerMappings
(List<HandlerMapping> handlerMappings) Set handler mappings.