public static interface FunctionApp.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
FunctionApp.DefinitionStages.Blank
The first stage of the function app definition.
|
static interface |
FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup
A function app definition allowing resource group to be specified when an existing app service plan is used.
|
static interface |
FunctionApp.DefinitionStages.NewAppServicePlanWithGroup
A function app definition allowing resource group to be specified when a new app service plan is to be created.
|
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 |
FunctionApp.DefinitionStages.WithDailyUsageQuota
A function app definition allowing daily usage quota to be specified.
|
static interface |
FunctionApp.DefinitionStages.WithNewAppServicePlan
A function app definition allowing app service plan to be set.
|
static interface |
FunctionApp.DefinitionStages.WithRuntimeVersion
A function app definition allowing runtime version to be specified.
|
static interface |
FunctionApp.DefinitionStages.WithStorageAccount
A function app definition allowing storage account to be specified.
|
Copyright © 2019. All rights reserved.