FunctionApp.Update |
FunctionApp.UpdateStages.WithDailyUsageQuota.withDailyUsageQuota(int quota) |
Specifies the daily usage data cap.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan) |
Uses an existing app service plan for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithStorageAccount.withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount) |
Specifies the storage account to use for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion() |
Uses the latest runtime version for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier) |
Creates a new app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) |
Creates a new app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewConsumptionPlan() |
Creates a new consumption plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan() |
Creates a new free app service plan.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan() |
Creates a new shared app service plan.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount(String name,
com.microsoft.azure.management.storage.SkuName sku) |
Creates a new storage account to use for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithDailyUsageQuota.withoutDailyUsageQuota() |
Specifies the daily usage data cap.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithRuntimeVersion.withRuntimeVersion(String version) |
Specifies the runtime version for the function app.
|