Uses of Interface
com.azure.resourcemanager.appservice.models.AppServicePlan
-
Packages that use AppServicePlan Package Description com.azure.resourcemanager.appservice.models 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 AppServicePlan Modifier and Type Method Description FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroupFunctionApp.DefinitionStages.Blank. withExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing Windows app service plan for the function app.FunctionApp.UpdateFunctionApp.UpdateStages.WithAppServicePlan. withExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing Windows app service plan for the function app.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing app service plan for the web app.FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroupFunctionApp.DefinitionStages.Blank. withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)Uses an existing Linux app service plan for the function app.FunctionApp.UpdateFunctionApp.UpdateStages.WithAppServicePlan. withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)Uses an existing Linux app service plan for the function app.WebApp.DefinitionStages.ExistingLinuxPlanWithGroupWebApp.DefinitionStages.Blank. withExistingLinuxPlan(AppServicePlan appServicePlan)Uses an existing app service plan for the web app.WebApp.DefinitionStages.ExistingWindowsPlanWithGroupWebApp.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 AppServicePlan Modifier and Type Method Description FunctionApp.DefinitionStages.WithCreateFunctionApp.DefinitionStages.WithNewAppServicePlan. withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)Creates a new Windows app service plan to use.FunctionApp.UpdateFunctionApp.UpdateStages.WithAppServicePlan. withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)Creates a new Windows app service plan to use.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.FunctionApp.DefinitionStages.WithDockerContainerImageFunctionApp.DefinitionStages.WithNewAppServicePlan. withNewLinuxAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)Creates a new Linux app service plan to use.FunctionApp.UpdateFunctionApp.UpdateStages.WithAppServicePlan. withNewLinuxAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)Creates a new Linux app service plan to use.WebApp.DefinitionStages.WithLinuxAppFrameworkWebApp.DefinitionStages.WithNewAppServicePlan. withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.WebApp.DefinitionStages.WithWindowsAppFrameworkWebApp.DefinitionStages.WithNewAppServicePlan. withNewWindowsPlan(Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.
-