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 TypeMethodDescriptionvoid
SupportsOneDeploy.deploy
(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.void
SupportsOneDeploy.deploy
(DeployType type, InputStream file, DeployOptions deployOptions) Deploy a file to Azure site.rx.Completable
SupportsOneDeploy.deployAsync
(DeployType type, File file, DeployOptions deployOptions) Deploy a file to Azure site.rx.Completable
SupportsOneDeploy.deployAsync
(DeployType type, InputStream file, DeployOptions deployOptions) Deploy a file to Azure site.