Uses of Interface
com.microsoft.azure.management.appservice.FunctionApp.Update
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of FunctionApp.Update in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionFunctionApp.UpdateStages.WithDockerContainerImage.withBuiltInImage
(FunctionRuntimeStack runtimeStack) Specifies the docker container image to be a built in one.FunctionApp.UpdateStages.WithCredentials.withCredentials
(String username, String password) Specifies the username and password for Docker Hub.FunctionApp.UpdateStages.WithDailyUsageQuota.withDailyUsageQuota
(int quota) Specifies the daily usage data cap.FunctionApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan
(AppServicePlan appServicePlan) Uses an existing Windows app service plan for the function app.FunctionApp.UpdateStages.WithAppServicePlan.withExistingLinuxAppServicePlan
(AppServicePlan appServicePlan) Uses an existing Linux app service plan for the function app.FunctionApp.UpdateStages.WithStorageAccount.withExistingStorageAccount
(StorageAccount storageAccount) Specifies the storage account to use for the function app.FunctionApp.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion()
Uses the latest runtime version for the function app.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(PricingTier pricingTier) Creates a new Windows app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Windows app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(String appServicePlanName, PricingTier pricingTier) Creates a new Windows app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewConsumptionPlan()
Creates a new Windows consumption plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewConsumptionPlan
(String appServicePlanName) Creates a new Windows consumption plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
Creates a new Windows free app service plan.FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan
(PricingTier pricingTier) Creates a new Linux app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan
(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Linux app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan
(String appServicePlanName, PricingTier pricingTier) Creates a new Linux app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxConsumptionPlan()
Creates a new Linux consumption plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxConsumptionPlan
(String appServicePlanName) Creates a new Linux consumption plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
Creates a new Windows shared app service plan.FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount
(String name, SkuName sku) Deprecated.FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount
(String name, StorageAccountSkuType sku) Creates a new storage account to use for the function app.FunctionApp.UpdateStages.WithDailyUsageQuota.withoutDailyUsageQuota()
Specifies the daily usage data cap.FunctionApp.UpdateStages.WithDockerContainerImage.withPublicDockerHubImage
(String imageAndTag) Specifies the docker container image to be one from Docker Hub.FunctionApp.UpdateStages.WithRuntimeVersion.withRuntime
(String runtime) Specifies the runtime for the function app.FunctionApp.UpdateStages.WithRuntimeVersion.withRuntimeVersion
(String version) Specifies the runtime version for the function app.
FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount(String, StorageAccountSkuType)
instead