Class ZIPFunctionDeployHandler
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.deploy.ZIPFunctionDeployHandler
-
- All Implemented Interfaces:
IFunctionDeployHandler
- Direct Known Subclasses:
RunFromZipFunctionDeployHandler
public class ZIPFunctionDeployHandler extends Object implements IFunctionDeployHandler
-
-
Field Summary
-
Fields inherited from interface com.microsoft.azure.toolkit.lib.appservice.deploy.IFunctionDeployHandler
DEPLOY_FINISH, DEPLOY_START
-
-
Constructor Summary
Constructors Constructor Description ZIPFunctionDeployHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(File file, com.azure.resourcemanager.appservice.models.WebAppBase functionApp)
-
-
-
Method Detail
-
deploy
public void deploy(File file, com.azure.resourcemanager.appservice.models.WebAppBase functionApp)
- Specified by:
deployin interfaceIFunctionDeployHandler
-
-