Interface WebApp.DefinitionStages
-
- Enclosing interface:
- WebApp
public static interface WebApp.DefinitionStagesGrouping of all the web app definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebApp.DefinitionStages.BlankThe first stage of the web app definition.static interfaceWebApp.DefinitionStages.ExistingLinuxPlanWithGroupA web app definition allowing resource group to be specified when a new app service plan is to be created.static interfaceWebApp.DefinitionStages.ExistingWindowsPlanWithGroupA web app definition allowing resource group to be specified when a new app service plan is to be created.static interfaceWebApp.DefinitionStages.NewAppServicePlanWithGroupA web app definition allowing resource group to be specified when an existing app service plan is used.static interfaceWebApp.DefinitionStages.WithCreateA site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.static interfaceWebApp.DefinitionStages.WithCredentialsA web app definition allowing docker registry credentials to be set.static interfaceWebApp.DefinitionStages.WithDockerContainerImageA web app definition allowing docker image source to be specified.static interfaceWebApp.DefinitionStages.WithNewAppServicePlanA web app definition allowing app service plan to be set.static interfaceWebApp.DefinitionStages.WithStartUpCommandA web app definition allowing docker startup command to be specified.
-