| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentSlot.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentSlot.DefinitionStages.WithCreate |
DeploymentSlot.DefinitionStages.WithConfiguration.withBrandNewConfiguration()
Creates the deployment slot with brand new site configurations.
|
DeploymentSlot.DefinitionStages.WithCreate |
DeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromDeploymentSlot(DeploymentSlot deploymentSlot)
Copies the site configurations from a given deployment slot.
|
DeploymentSlot.DefinitionStages.WithCreate |
DeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromParent()
Copies the site configurations from the web app the deployment slot belongs to.
|
DeploymentSlot.DefinitionStages.WithCreate |
DeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromWebApp(WebApp webApp)
Copies the site configurations from a given web app.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.