| Modifier and Type | Method and Description |
|---|---|
FunctionApp.Update |
FunctionApp.UpdateStages.WithDockerContainerImage.withBuiltInImage(FunctionRuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithCredentials.withCredentials(String username,
String password)
Specifies the username and password for Docker Hub.
|
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 Windows app service plan for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Linux 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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new Windows app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewConsumptionPlan()
Creates a new Windows consumption plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewConsumptionPlan(String appServicePlanName)
Creates a new Windows consumption plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
Creates a new Windows free app service plan.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new Linux app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan(PricingTier pricingTier)
Creates a new Linux app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Linux app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxConsumptionPlan()
Creates a new Linux consumption plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxConsumptionPlan(String appServicePlanName)
Creates a new Linux consumption plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
Creates a new Windows shared app service plan.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount(String name,
com.microsoft.azure.management.storage.SkuName sku)
Deprecated.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount(String name,
com.microsoft.azure.management.storage.StorageAccountSkuType 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.WithDockerContainerImage.withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithRuntimeVersion.withRuntime(String runtime)
Specifies the runtime for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithRuntimeVersion.withRuntimeVersion(String version)
Specifies the runtime version for the function app.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/