public static interface FunctionDeploymentSlot.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FunctionDeploymentSlot.DefinitionStages.Blank
The first stage of the function deployment slot definition.
|
static interface |
FunctionDeploymentSlot.DefinitionStages.WithConfiguration
A function deployment slot definition allowing the configuration to clone from to be specified.
|
static interface |
FunctionDeploymentSlot.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.