Uses of Class
com.microsoft.azure.toolkit.lib.appservice.plan.AppServicePlan
-
-
Uses of AppServicePlan in com.microsoft.azure.toolkit.lib.appservice
Methods in com.microsoft.azure.toolkit.lib.appservice that return AppServicePlan Modifier and Type Method Description AppServicePlanAppServiceAppBase. getAppServicePlan()AppServicePlanAzureAppService. plan(String resourceId)Methods in com.microsoft.azure.toolkit.lib.appservice that return types with arguments of type AppServicePlan Modifier and Type Method Description List<AppServicePlan>AzureAppService. plans() -
Uses of AppServicePlan in com.microsoft.azure.toolkit.lib.appservice.config
Methods in com.microsoft.azure.toolkit.lib.appservice.config that return AppServicePlan Modifier and Type Method Description AppServicePlanAppServicePlanConfig. toResource()Methods in com.microsoft.azure.toolkit.lib.appservice.config with parameters of type AppServicePlan Modifier and Type Method Description static AppServicePlanConfigAppServicePlanConfig. fromResource(@Nullable AppServicePlan plan) -
Uses of AppServicePlan in com.microsoft.azure.toolkit.lib.appservice.function
Fields in com.microsoft.azure.toolkit.lib.appservice.function declared as AppServicePlan Modifier and Type Field Description private AppServicePlanFunctionAppDraft.Config. planMethods in com.microsoft.azure.toolkit.lib.appservice.function that return AppServicePlan Modifier and Type Method Description AppServicePlanFunctionAppDraft. getAppServicePlan()Methods in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type AppServicePlan Modifier and Type Method Description (package private) com.azure.resourcemanager.appservice.models.FunctionApp.DefinitionStages.WithCreateFunctionAppDraft. createDockerApp(com.azure.resourcemanager.appservice.models.FunctionApp.DefinitionStages.Blank blank, AppServicePlan plan)voidFunctionAppDraft. setAppServicePlan(AppServicePlan plan)private voidFunctionAppDraft. updateAppServicePlan(com.azure.resourcemanager.appservice.models.FunctionApp.Update update, AppServicePlan newPlan) -
Uses of AppServicePlan in com.microsoft.azure.toolkit.lib.appservice.plan
Subclasses of AppServicePlan in com.microsoft.azure.toolkit.lib.appservice.plan Modifier and Type Class Description classAppServicePlanDraftFields in com.microsoft.azure.toolkit.lib.appservice.plan declared as AppServicePlan Modifier and Type Field Description private AppServicePlanAppServicePlanDraft. originMethods in com.microsoft.azure.toolkit.lib.appservice.plan that return AppServicePlan Modifier and Type Method Description protected AppServicePlanAppServicePlanModule. newResource(com.azure.resourcemanager.appservice.models.AppServicePlan remote)protected AppServicePlanAppServicePlanModule. newResource(String name, String resourceGroupName)Methods in com.microsoft.azure.toolkit.lib.appservice.plan with parameters of type AppServicePlan Modifier and Type Method Description protected AppServicePlanDraftAppServicePlanModule. newDraftForUpdate(AppServicePlan origin)Constructors in com.microsoft.azure.toolkit.lib.appservice.plan with parameters of type AppServicePlan Constructor Description AppServicePlan(AppServicePlan origin)copy constructorAppServicePlanDraft(AppServicePlan origin) -
Uses of AppServicePlan in com.microsoft.azure.toolkit.lib.appservice.task
Fields in com.microsoft.azure.toolkit.lib.appservice.task declared as AppServicePlan Modifier and Type Field Description private AppServicePlanCreateOrUpdateFunctionAppTask. appServicePlanMethods in com.microsoft.azure.toolkit.lib.appservice.task that return types with arguments of type AppServicePlan Modifier and Type Method Description private com.microsoft.azure.toolkit.lib.common.task.AzureTask<AppServicePlan>CreateOrUpdateFunctionAppTask. getServicePlanTask() -
Uses of AppServicePlan in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils with parameters of type AppServicePlan Modifier and Type Method Description static AppServiceConfigAppServiceConfigUtils. fromAppService(AppServiceAppBase<?,?,?> app, AppServicePlan servicePlan) -
Uses of AppServicePlan in com.microsoft.azure.toolkit.lib.appservice.webapp
Fields in com.microsoft.azure.toolkit.lib.appservice.webapp declared as AppServicePlan Modifier and Type Field Description private AppServicePlanWebAppDraft.Config. planMethods in com.microsoft.azure.toolkit.lib.appservice.webapp that return AppServicePlan Modifier and Type Method Description AppServicePlanWebAppDraft. getAppServicePlan()Methods in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type AppServicePlan Modifier and Type Method Description (package private) com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithCreateWebAppDraft. createDockerWebApp(com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.Blank blank, AppServicePlan plan)voidWebAppDraft. setAppServicePlan(AppServicePlan plan)private voidWebAppDraft. updateAppServicePlan(com.azure.resourcemanager.appservice.models.WebApp.Update update, AppServicePlan newPlan)
-