Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
HandlerMapping |
HandlerMapping.withArguments(String arguments)
Set command-line arguments to be passed to the script processor.
|
HandlerMapping |
HandlerMapping.withExtension(String extension)
Set requests with this extension will be handled using the specified FastCGI application.
|
HandlerMapping |
HandlerMapping.withScriptProcessor(String scriptProcessor)
Set the absolute path to the FastCGI application.
|
Modifier and Type | Method and Description |
---|---|
List<HandlerMapping> |
SiteConfig.handlerMappings()
Get handler mappings.
|
Modifier and Type | Method and Description |
---|---|
SiteConfig |
SiteConfig.withHandlerMappings(List<HandlerMapping> handlerMappings)
Set handler mappings.
|
Copyright © 2019. All rights reserved.