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(PricingTier pricingTier) |
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) |
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewConsumptionPlan() |
Creates a new consumption plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewFreeAppServicePlan() |
Creates a new 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 shared app service plan.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name,
com.microsoft.azure.management.storage.SkuName 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.WithRuntimeVersion.withRuntimeVersion(String version) |
Specifies the runtime version for the function app.
|