Interface IFunctionDeployHandler
-
- All Known Implementing Classes:
FTPFunctionDeployHandler,MSFunctionDeployHandler,RunFromBlobFunctionDeployHandler,RunFromZipFunctionDeployHandler,ZIPFunctionDeployHandler
public interface IFunctionDeployHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEPLOY_FINISHstatic StringDEPLOY_START
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeploy(File file, com.azure.resourcemanager.appservice.models.WebAppBase webAppBase)
-
-
-
Field Detail
-
DEPLOY_START
static final String DEPLOY_START
- See Also:
- Constant Field Values
-
DEPLOY_FINISH
static final String DEPLOY_FINISH
- See Also:
- Constant Field Values
-
-
Method Detail
-
deploy
void deploy(File file, com.azure.resourcemanager.appservice.models.WebAppBase webAppBase)
-
-