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)
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java