| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| 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(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(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(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,
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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.