public static interface WebApp.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
WebApp.DefinitionStages.Blank
The first stage of the web app definition.
|
static interface |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup
A web app definition allowing resource group to be specified when a new app service plan is to be created.
|
static interface |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup
A web app definition allowing resource group to be specified when a new app service plan is to be created.
|
static interface |
WebApp.DefinitionStages.NewAppServicePlanWithGroup
A web app definition allowing resource group to be specified when an existing app service plan is used.
|
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.WithCredentials
A web app definition allowing docker registry credentials to be set.
|
static interface |
WebApp.DefinitionStages.WithDockerContainerImage
A web app definition allowing docker image source to be specified.
|
static interface |
WebApp.DefinitionStages.WithNewAppServicePlan
A web app definition allowing app service plan to be set.
|
static interface |
WebApp.DefinitionStages.WithStartUpCommand
A web app definition allowing docker startup command to be specified.
|
Copyright © 2019. All rights reserved.