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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/