Uses of Interface
com.microsoft.azure.management.appservice.AppServicePlan
Packages that use AppServicePlan
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AppServicePlan in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return types with arguments of type AppServicePlanModifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<AppServicePlan>AppServicePlans.list(boolean includeDetails) Lists all the resources of the specified type in the currently selected subscription.rx.Observable<AppServicePlan>AppServicePlans.listAsync(boolean includeDetails) Lists all the resources of the specified type in the currently selected subscription.Methods in com.microsoft.azure.management.appservice 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.microsoft.azure.management.appservice 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.