public static interface FunctionApp.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FunctionApp.UpdateStages.WithAppServicePlan
A function app update allowing app service plan to be set.
|
static interface |
FunctionApp.UpdateStages.WithCredentials
A function app update allowing docker hub credentials to be set.
|
static interface |
FunctionApp.UpdateStages.WithDailyUsageQuota
A function app definition allowing daily usage quota to be specified.
|
static interface |
FunctionApp.UpdateStages.WithDockerContainerImage
A function app update allowing docker image source to be specified.
|
static interface |
FunctionApp.UpdateStages.WithRuntimeVersion
A function app update allowing runtime version to be specified.
|
static interface |
FunctionApp.UpdateStages.WithStorageAccount
A function app definition allowing storage account to be specified.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.