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.WithDailyUsageQuota
A function app definition allowing daily usage quota 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/