Uses of Interface
com.microsoft.azure.management.appservice.AppServicePlan
-
-
Uses of AppServicePlan in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice with parameters of type AppServicePlan Modifier and Type Method Description FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroupFunctionApp.DefinitionStages.Blank. withExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing app service plan for the function app.FunctionApp.UpdateFunctionApp.UpdateStages.WithAppServicePlan. withExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing app service plan for the function app.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing app service plan for the web 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.microsoft.azure.management.appservice with type arguments of type AppServicePlan Modifier and Type Method Description FunctionApp.DefinitionStages.WithCreateFunctionApp.DefinitionStages.WithNewAppServicePlan. withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.FunctionApp.UpdateFunctionApp.UpdateStages.WithAppServicePlan. withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.WebApp.DefinitionStages.WithDockerContainerImageWebApp.DefinitionStages.WithNewAppServicePlan. withNewLinuxPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.WebApp.DefinitionStages.WithCreateWebApp.DefinitionStages.WithNewAppServicePlan. withNewWindowsPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.
-