Uses of Class
com.microsoft.azure.management.appservice.DeployOptions
Packages that use DeployOptions
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DeployOptions in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DeployOptionsModifier and TypeMethodDescriptionDeployOptions.withCleanDeployment(Boolean cleanDeployment) Specifies whether to perform clean deployment.Specifies the path for deploy.DeployOptions.withRestartSite(Boolean restartSite) Specifies whether to restart site after deployment.Methods in com.microsoft.azure.management.appservice with parameters of type DeployOptionsModifier and TypeMethodDescriptionvoidSupportsOneDeploy.deploy(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.voidSupportsOneDeploy.deploy(DeployType type, InputStream file, DeployOptions deployOptions) Deploy a file to Azure site.rx.CompletableSupportsOneDeploy.deployAsync(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.rx.CompletableSupportsOneDeploy.deployAsync(DeployType type, InputStream file, DeployOptions deployOptions) Deploy a file to Azure site.