Uses of Class
com.azure.resourcemanager.appservice.models.HandlerMapping
Packages that use HandlerMapping
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of HandlerMapping in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type HandlerMappingModifier and TypeMethodDescriptionSiteConfigInner.handlerMappings()
Get the handlerMappings property: Handler mappings.SiteConfigResourceInner.handlerMappings()
Get the handlerMappings property: Handler mappings.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type HandlerMappingModifier and TypeMethodDescriptionSiteConfigInner.withHandlerMappings
(List<HandlerMapping> handlerMappings) Set the handlerMappings property: Handler mappings.SiteConfigResourceInner.withHandlerMappings
(List<HandlerMapping> handlerMappings) Set the handlerMappings property: Handler mappings. -
Uses of HandlerMapping in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HandlerMappingModifier and TypeMethodDescriptionstatic HandlerMapping
HandlerMapping.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HandlerMapping from the JsonReader.HandlerMapping.withArguments
(String arguments) Set the arguments property: Command-line arguments to be passed to the script processor.HandlerMapping.withExtension
(String extension) Set the extension property: Requests with this extension will be handled using the specified FastCGI application.HandlerMapping.withScriptProcessor
(String scriptProcessor) Set the scriptProcessor property: The absolute path to the FastCGI application.