你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FunctionApp.Update Interface
public interface Update extends WebAppBase.Update,FunctionApp.UpdateStages.WithAppServicePlan,FunctionApp.UpdateStages.WithRuntimeVersion,FunctionApp.UpdateStages.WithStorageAccount,FunctionApp.UpdateStages.WithDailyUsageQuota
The template for a function app update operation, containing all the settings that can be modified.
Inherited Members
FunctionApp.UpdateStages.WithDailyUsageQuota.withDailyUsageQuota(int quota)
FunctionApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
FunctionApp.UpdateStages.WithStorageAccount.withExistingStorageAccount(StorageAccount storageAccount)
FunctionApp.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion()
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
FunctionApp.UpdateStages.WithAppServicePlan.withNewConsumptionPlan()
FunctionApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
FunctionApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku)
FunctionApp.UpdateStages.WithDailyUsageQuota.withoutDailyUsageQuota()
FunctionApp.UpdateStages.WithRuntimeVersion.withRuntimeVersion(String version)