Class RunFromZipFunctionDeployHandler
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.deploy.ZIPFunctionDeployHandler
-
- com.microsoft.azure.toolkit.lib.appservice.deploy.RunFromZipFunctionDeployHandler
-
- All Implemented Interfaces:
IFunctionDeployHandler
public class RunFromZipFunctionDeployHandler extends ZIPFunctionDeployHandler
-
-
Field Summary
Fields Modifier and Type Field Description private static StringAPP_SETTING_WEBSITE_RUN_FROM_PACKAGEprivate static StringRUN_FROM_PACKAGE_VALUE-
Fields inherited from interface com.microsoft.azure.toolkit.lib.appservice.deploy.IFunctionDeployHandler
DEPLOY_FINISH, DEPLOY_START
-
-
Constructor Summary
Constructors Constructor Description RunFromZipFunctionDeployHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(File file, com.azure.resourcemanager.appservice.models.WebAppBase functionApp)
-
-
-
Field Detail
-
APP_SETTING_WEBSITE_RUN_FROM_PACKAGE
private static final String APP_SETTING_WEBSITE_RUN_FROM_PACKAGE
- See Also:
- Constant Field Values
-
RUN_FROM_PACKAGE_VALUE
private static final String RUN_FROM_PACKAGE_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
deploy
public void deploy(File file, com.azure.resourcemanager.appservice.models.WebAppBase functionApp)
- Specified by:
deployin interfaceIFunctionDeployHandler- Overrides:
deployin classZIPFunctionDeployHandler
-
-