Uses of Class
com.azure.resourcemanager.appservice.models.DeployOptions
Packages that use DeployOptions
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DeployOptions in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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.DeployOptions.withTrackDeployment
(Boolean trackDeployment) Specifies whether to haveKuduDeploymentResult.deploymentId()
to track deployment progress.Methods in com.azure.resourcemanager.appservice.models 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, long length, DeployOptions deployOptions) 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, 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.