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