Uses of Class
com.azure.resourcemanager.appservice.models.DeployType
-
Packages that use DeployType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DeployType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as DeployType Modifier and Type Field Description static DeployTypeDeployType. EARDeploy the ear file to/home/site/wwwroot/app.ear.static DeployTypeDeployType. JARDeploy the jar file to/home/site/wwwroot/app.jar.static DeployTypeDeployType. JAR_LIBDeploy the jar to/home/site/libs.static DeployTypeDeployType. SCRIPTDeploy the script file to/home/site/scripts/.static DeployTypeDeployType. SCRIPT_STARTUPDeploy the script as startup.sh (Linux) or startup.cmd (Windows) to/home/site/scripts/.static DeployTypeDeployType. STATICDeploy the static file to/home/site/wwwroot/.static DeployTypeDeployType. WARDeploy the war file to/home/site/wwwroot/app.war.static DeployTypeDeployType. ZIPunzip the zip to/home/site/wwwroot.Methods in com.azure.resourcemanager.appservice.models that return DeployType Modifier and Type Method Description static 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 DeployType Modifier and Type Method Description static Collection<DeployType>DeployType. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type DeployType Modifier and Type Method Description voidSupportsOneDeploy. 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.Mono<Void>SupportsOneDeploy. deployAsync(DeployType type, File file)Deploy a file to Azure site.Mono<Void>SupportsOneDeploy. deployAsync(DeployType type, File file, DeployOptions deployOptions)Deploy a file to Azure site.Mono<Void>SupportsOneDeploy. deployAsync(DeployType type, InputStream file, long length)Deploy a file to Azure site.Mono<Void>SupportsOneDeploy. deployAsync(DeployType type, InputStream file, long length, DeployOptions deployOptions)Deploy a file to Azure site.KuduDeploymentResultSupportsOneDeploy. pushDeploy(DeployType type, File file, DeployOptions deployOptions)Deploy a file to Azure site.Mono<KuduDeploymentResult>SupportsOneDeploy. pushDeployAsync(DeployType type, File file, DeployOptions deployOptions)Deploy a file to Azure site.
-