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
Subinterfaces with type arguments of type AppServicePlan in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure App service plan.static interfaceAn app service plan definition with sufficient inputs to create a new website in the cloud, but exposing additional optional inputs to specify.static interfaceThe template for a site update operation, containing all the settings that can be modified.interfaceEntry point for App Service plan management API.interfaceEntry point for App Service plan management API.interfaceEntry point for App Service plan management API.interfaceEntry point for App Service plan management API.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(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Windows app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Windows app service plan to use.WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) Creates a new 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.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) Creates a new Linux app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) Creates a new app service plan to use.