Uses of Interface
com.azure.resourcemanager.appservice.models.AppServicePlan
Packages that use AppServicePlan
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServicePlan in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models with parameters of type AppServicePlanModifier and TypeMethodDescriptionFunctionApp.DefinitionStages.Blank.withExistingAppServicePlan(AppServicePlan appServicePlan) Uses an existing Windows app service plan for the function app.FunctionApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan) Uses an existing Windows app service plan for the function app.WebApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan) Uses an existing app service plan for the web app.FunctionApp.DefinitionStages.Blank.withExistingLinuxAppServicePlan(AppServicePlan appServicePlan) Uses an existing Linux app service plan for the function app.FunctionApp.UpdateStages.WithAppServicePlan.withExistingLinuxAppServicePlan(AppServicePlan appServicePlan) Uses an existing Linux app service plan for the function app.WebApp.DefinitionStages.Blank.withExistingLinuxPlan(AppServicePlan appServicePlan) Uses an existing app service plan for the web app.WebApp.DefinitionStages.Blank.withExistingWindowsPlan(AppServicePlan appServicePlan) Uses an existing app service plan for the web app.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type AppServicePlanModifier and TypeMethodDescriptionFunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Windows app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Windows app service plan to use.WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Linux app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Linux app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new app service plan to use.