Uses of Interface
com.azure.resourcemanager.appservice.models.FunctionApp.DefinitionStages.WithDockerContainerImage
Packages that use FunctionApp.DefinitionStages.WithDockerContainerImage
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionApp.DefinitionStages.WithDockerContainerImage in com.azure.resourcemanager.appservice.models
Subinterfaces of FunctionApp.DefinitionStages.WithDockerContainerImage in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceA function app definition with sufficient inputs to create a new function app in the cloud, but exposing additional optional inputs to specify.static interfaceA function app definition allowing scale rules to be specified for Function Apps hosted on Azure Container Apps.Methods in com.azure.resourcemanager.appservice.models that return FunctionApp.DefinitionStages.WithDockerContainerImageModifier and TypeMethodDescriptionFunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(com.azure.resourcemanager.resources.models.ResourceGroup group) Associates the resource with an existing resource group.FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(String groupName) Associates the resource with an existing resource group.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan(PricingTier pricingTier) Creates a new Linux app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Linux app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan(String appServicePlanName, PricingTier pricingTier) Creates a new Linux app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxConsumptionPlan()Creates a new Linux consumption plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxConsumptionPlan(String appServicePlanName) Creates a new Linux consumption plan to use.FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup()Creates a new resource group to put the resource in.FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup.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.ExistingLinuxPlanWithGroup.withNewResourceGroup(String name) Creates a new resource group to put the resource in.