| Modifier and Type | Method and Description |
|---|---|
DeployOptions |
DeployOptions.withCleanDeployment(Boolean cleanDeployment)
Specifies whether to perform clean deployment.
|
DeployOptions |
DeployOptions.withPath(String path)
Specifies the path for deploy.
|
DeployOptions |
DeployOptions.withRestartSite(Boolean restartSite)
Specifies whether to restart site after deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/