Uses of Class
com.azure.resourcemanager.appservice.models.DeployOptions
-
Packages that use DeployOptions Package Description com.azure.resourcemanager.appservice.models 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 DeployOptions Modifier and Type Method Description DeployOptionsDeployOptions. withCleanDeployment(Boolean cleanDeployment)Specifies whether to perform clean deployment.DeployOptionsDeployOptions. withPath(String path)Specifies the path for deploy.DeployOptionsDeployOptions. withRestartSite(Boolean restartSite)Specifies whether to restart site after deployment.DeployOptionsDeployOptions. withTrackDeployment(Boolean trackDeployment)Specifies whether to haveKuduDeploymentResult.deploymentId()to track deployment progress.Methods in com.azure.resourcemanager.appservice.models with parameters of type DeployOptions Modifier and Type Method Description voidSupportsOneDeploy. deploy(DeployType type, File file, DeployOptions deployOptions)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, DeployOptions deployOptions)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.
-