Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
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(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 app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
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,
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.
|
Copyright © 2019. All rights reserved.