Uses of Class
com.azure.resourcemanager.appservice.models.HandlerMapping
-
Packages that use HandlerMapping Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 HandlerMapping Modifier and Type Method Description List<HandlerMapping>SiteConfigInner. handlerMappings()Get the handlerMappings property: Handler mappings.List<HandlerMapping>SiteConfigResourceInner. handlerMappings()Get the handlerMappings property: Handler mappings.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type HandlerMapping Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withHandlerMappings(List<HandlerMapping> handlerMappings)Set the handlerMappings property: Handler mappings.SiteConfigResourceInnerSiteConfigResourceInner. 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 HandlerMapping Modifier and Type Method Description HandlerMappingHandlerMapping. withArguments(String arguments)Set the arguments property: Command-line arguments to be passed to the script processor.HandlerMappingHandlerMapping. withExtension(String extension)Set the extension property: Requests with this extension will be handled using the specified FastCGI application.HandlerMappingHandlerMapping. withScriptProcessor(String scriptProcessor)Set the scriptProcessor property: The absolute path to the FastCGI application.
-