| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebDeployment.Definition
The entirety of web deployment parameters definition.
|
| Modifier and Type | Method and Description |
|---|---|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithAddOnPackage.withAddOnPackage(String packageUri)
Adds an extra package to the deployment.
|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted.withExistingDeploymentsDeleted(boolean deleteExisting)
Specifies whether existing deployed files on the web app should be deleted.
|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithPackageUri.withPackageUri(String packageUri)
Specifies the zipped package to deploy.
|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithSetParameters.withSetParameter(String name,
String value)
Adds a parameter for the deployment.
|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithSetParameters.withSetParametersXmlFile(String fileUri)
Specifies the XML file containing the parameters.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/