| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| 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,
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.