| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| 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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.