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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java