public static interface DeploymentSlot.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentSlot.DefinitionStages.Blank
The first stage of the deployment slot definition.
|
static interface |
DeploymentSlot.DefinitionStages.WithConfiguration
A deployment slot definition allowing the configuration to clone from to be specified.
|
static interface |
DeploymentSlot.DefinitionStages.WithCreate
A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but
exposing additional optional inputs to specify.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.