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(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(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(PricingTier pricingTier) |
Creates a new Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable) |
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(Creatable<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(Creatable<StorageAccount> storageAccount) |
Creates a new storage account to use for the function app.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name,
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.
|