Uses of Interface
com.azure.resourcemanager.appservice.models.FunctionApp.DefinitionStages.WithCreate
Packages that use FunctionApp.DefinitionStages.WithCreate
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionApp.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of FunctionApp.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Subinterfaces with type arguments of type FunctionApp.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceA function app definition allowing resource group to be specified when an existing app service plan is used.Methods in com.azure.resourcemanager.appservice.models that return FunctionApp.DefinitionStages.WithCreateModifier and TypeMethodDescriptionFunctionApp.DefinitionStages.WithDockerContainerImage.withBuiltInImage(FunctionRuntimeStack runtimeStack) Specifies the docker container image to be a built in one.FunctionApp.DefinitionStages.WithCredentials.withCredentials(String username, String password) Specifies the username and password for Docker Hub.FunctionApp.DefinitionStages.WithDailyUsageQuota.withDailyUsageQuota(int quota) Specifies the daily usage data cap.FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withExistingResourceGroup(com.azure.resourcemanager.resources.models.ResourceGroup group) Associates the resource with an existing resource group.FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withExistingResourceGroup(String groupName) Associates the resource with an existing resource group.FunctionApp.DefinitionStages.WithStorageAccount.withExistingStorageAccount(StorageAccount storageAccount) Specifies the storage account to use for the function app.FunctionApp.DefinitionStages.WithRuntimeVersion.withLatestRuntimeVersion()Uses the latest runtime version for the function app.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(PricingTier pricingTier) Creates a new Windows app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Windows app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(String appServicePlanName, PricingTier pricingTier) Creates a new Windows app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewConsumptionPlan()Creates a new Windows consumption plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewConsumptionPlan(String appServicePlanName) Creates a new Windows consumption plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewFreeAppServicePlan()Creates a new Windows free app service plan.FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withNewResourceGroup()Creates a new resource group to put the resource in.FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withNewResourceGroup(com.azure.resourcemanager.resources.fluentcore.model.Creatable<com.azure.resourcemanager.resources.models.ResourceGroup> groupDefinition) Creates a new resource group to put the resource in, based on the definition specified.FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withNewResourceGroup(String name) Creates a new resource group to put the resource in.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewSharedAppServicePlan()Creates a new Windows shared app service plan.FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(com.azure.resourcemanager.resources.fluentcore.model.Creatable<StorageAccount> storageAccount) Creates a new storage account to use for the function app.FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name, StorageAccountSkuType sku) Creates a new storage account to use for the function app.FunctionApp.DefinitionStages.WithDailyUsageQuota.withoutDailyUsageQuota()Specifies the daily usage data cap.FunctionApp.DefinitionStages.WithDockerContainerImage.withPublicDockerHubImage(String imageAndTag) Specifies the docker container image to be one from Docker Hub.FunctionApp.DefinitionStages.WithRuntimeVersion.withRuntime(String runtime) Specifies the runtime for the function app.FunctionApp.DefinitionStages.WithRuntimeVersion.withRuntimeVersion(String version) Specifies the runtime version for the function app.