| Modifier and Type | Interface and Description |
|---|---|
static interface |
FunctionApp.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithDockerContainerImage.withBuiltInImage(FunctionRuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithCredentials.withCredentials(String username,
String password)
Specifies the username and password for Docker Hub.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithDailyUsageQuota.withDailyUsageQuota(int quota)
Specifies the daily usage data cap.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup group)
Associates the resource with an existing resource group.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithStorageAccount.withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies the storage account to use for the function app.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithRuntimeVersion.withLatestRuntimeVersion()
Uses the latest runtime version for the function app.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewConsumptionPlan()
Creates a new Windows consumption plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewConsumptionPlan(String appServicePlanName)
Creates a new Windows consumption plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewFreeAppServicePlan()
Creates a new Windows free app service plan.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withNewResourceGroup()
Creates a new resource group to put the resource in.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.resources.ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withNewResourceGroup(String name)
Creates a new resource group to put the resource in.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewSharedAppServicePlan()
Creates a new Windows shared app service plan.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name,
com.microsoft.azure.management.storage.SkuName sku)
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name,
com.microsoft.azure.management.storage.StorageAccountSkuType sku)
Creates a new storage account to use for the function app.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithDailyUsageQuota.withoutDailyUsageQuota()
Specifies the daily usage data cap.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithDockerContainerImage.withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithRuntimeVersion.withRuntime(String runtime)
Specifies the runtime for the function app.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.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.
*/