Uses of Class
com.azure.resourcemanager.appservice.models.DeployType
Packages that use DeployType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DeployType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type DeployType in com.azure.resourcemanager.appservice.modelsFields in com.azure.resourcemanager.appservice.models declared as DeployTypeModifier and TypeFieldDescriptionstatic final DeployTypeDeployType.EARDeploy the ear file to/home/site/wwwroot/app.ear.static final DeployTypeDeployType.JARDeploy the jar file to/home/site/wwwroot/app.jar.static final DeployTypeDeployType.JAR_LIBDeploy the jar to/home/site/libs.static final DeployTypeDeployType.SCRIPTDeploy the script file to/home/site/scripts/.static final DeployTypeDeployType.SCRIPT_STARTUPDeploy the script as startup.sh (Linux) or startup.cmd (Windows) to/home/site/scripts/.static final DeployTypeDeployType.STATICDeploy the static file to/home/site/wwwroot/.static final DeployTypeDeployType.WARDeploy the war file to/home/site/wwwroot/app.war.static final DeployTypeDeployType.ZIPunzip the zip to/home/site/wwwroot.Methods in com.azure.resourcemanager.appservice.models that return DeployTypeModifier and TypeMethodDescriptionstatic DeployTypeDeployType.fromString(String name) Creates or finds a DeployType from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DeployTypeModifier and TypeMethodDescriptionstatic Collection<DeployType> DeployType.values()Gets known DeployType type values.Methods in com.azure.resourcemanager.appservice.models with parameters of type DeployTypeModifier and TypeMethodDescriptionvoidSupportsOneDeploy.deploy(DeployType type, File file) Deploy a file to Azure site.voidSupportsOneDeploy.deploy(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.voidSupportsOneDeploy.deploy(DeployType type, InputStream file, long length) Deploy a file to Azure site.voidSupportsOneDeploy.deploy(DeployType type, InputStream file, long length, DeployOptions deployOptions) Deploy a file to Azure site.SupportsOneDeploy.deployAsync(DeployType type, File file) Deploy a file to Azure site.SupportsOneDeploy.deployAsync(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.SupportsOneDeploy.deployAsync(DeployType type, InputStream file, long length) Deploy a file to Azure site.SupportsOneDeploy.deployAsync(DeployType type, InputStream file, long length, DeployOptions deployOptions) Deploy a file to Azure site.SupportsOneDeploy.pushDeploy(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.SupportsOneDeploy.pushDeployAsync(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.