Interface FunctionApp.DefinitionStages
-
- Enclosing interface:
- FunctionApp
public static interface FunctionApp.DefinitionStagesGrouping of all the function app definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFunctionApp.DefinitionStages.BlankThe first stage of the function app definition.static interfaceFunctionApp.DefinitionStages.ExistingAppServicePlanWithGroupA function app definition allowing resource group to be specified when an existing app service plan is used.static interfaceFunctionApp.DefinitionStages.ExistingLinuxPlanWithGroupA function app definition allowing resource group to be specified when an existing app service plan is used.static interfaceFunctionApp.DefinitionStages.NewAppServicePlanWithGroupA function app definition allowing resource group to be specified when a new app service plan is to be created.static interfaceFunctionApp.DefinitionStages.WithCreateA function app definition with sufficient inputs to create a new function app in the cloud, but exposing additional optional inputs to specify.static interfaceFunctionApp.DefinitionStages.WithCredentialsA function app definition allowing docker registry credentials to be set.static interfaceFunctionApp.DefinitionStages.WithDailyUsageQuotaA function app definition allowing daily usage quota to be specified.static interfaceFunctionApp.DefinitionStages.WithDockerContainerImageA function app definition allowing docker image source to be specified.static interfaceFunctionApp.DefinitionStages.WithNewAppServicePlanA function app definition allowing app service plan to be set.static interfaceFunctionApp.DefinitionStages.WithRuntimeVersionA function app definition allowing runtime version to be specified.static interfaceFunctionApp.DefinitionStages.WithStorageAccountA function app definition allowing storage account to be specified.
-