| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentSlot.Definition
Container interface for all the definitions that need to be implemented.
|
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.
|
static interface |
FunctionApp.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
FunctionApp.DefinitionStages.WithCreate
A function app definition with sufficient inputs to create a new
function app in the cloud, but exposing additional optional
inputs to specify.
|
static interface |
FunctionDeploymentSlot.Definition
Container interface for all the definitions that need to be implemented.
|
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.
|
static interface |
WebApp.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
WebApp.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.
|
static interface |
WebApp.DefinitionStages.WithStartUpCommand
A web app definition allowing docker startup command to be specified.
|
static interface |
WebApp.DefinitionStages.WithWindowsRuntimeStack
A web app definition allowing runtime stack on Windows operating system to be specified.
|
static interface |
WebAppBase.Definition<FluentT>
The entirety of the web app base definition.
|
static interface |
WebAppBase.DefinitionStages.WithCreate<FluentT>
A site definition with sufficient inputs to create a new web app /
deployments slot in the cloud, but exposing additional optional
inputs to specify.
|
static interface |
WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>
The stage of the System Assigned (Local) Managed Service Identity enabled web app allowing to
set access role for the identity.
|
static interface |
WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
The stage of the web app update allowing to add User Assigned (External) Managed Service Identities.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/