Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.Runtime
-
-
Uses of Runtime in com.microsoft.azure.toolkit.lib.appservice
Methods in com.microsoft.azure.toolkit.lib.appservice that return Runtime Modifier and Type Method Description RuntimeAppServiceAppBase. getRuntime() -
Uses of Runtime in com.microsoft.azure.toolkit.lib.appservice.function
Fields in com.microsoft.azure.toolkit.lib.appservice.function declared as Runtime Modifier and Type Field Description private RuntimeFunctionAppDeploymentSlotDraft.Config. runtimeprivate RuntimeFunctionAppDraft.Config. runtimeMethods in com.microsoft.azure.toolkit.lib.appservice.function that return Runtime Modifier and Type Method Description RuntimeFunctionAppDeploymentSlotDraft. getRuntime()RuntimeFunctionAppDraft. getRuntime()Methods in com.microsoft.azure.toolkit.lib.appservice.function that return types with arguments of type Runtime Modifier and Type Method Description List<Runtime>AzureFunctions. listFunctionAppRuntimes(OperatingSystem os, JavaVersion version)Methods in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type Runtime Modifier and Type Method Description voidFunctionAppDeploymentSlotDraft. setRuntime(Runtime runtime)voidFunctionAppDraft. setRuntime(Runtime runtime)private voidFunctionAppDeploymentSlotDraft. updateRuntime(com.azure.resourcemanager.appservice.models.DeploymentSlotBase.Update<?> update, Runtime newRuntime)private voidFunctionAppDraft. updateRuntime(com.azure.resourcemanager.appservice.models.FunctionApp.Update update, Runtime newRuntime, String funcExtVersion) -
Uses of Runtime in com.microsoft.azure.toolkit.lib.appservice.model
Fields in com.microsoft.azure.toolkit.lib.appservice.model with type parameters of type Runtime Modifier and Type Field Description static List<Runtime>Runtime. FUNCTION_APP_RUNTIMEprivate static List<Runtime>Runtime. valuesstatic List<Runtime>Runtime. WEBAPP_RUNTIMEMethods in com.microsoft.azure.toolkit.lib.appservice.model that return Runtime Modifier and Type Method Description static RuntimeRuntime. getRuntime(OperatingSystem operatingSystem, WebContainer webContainer, JavaVersion javaVersion)static RuntimeRuntime. getRuntimeFromLinuxFxVersion(String linuxFxVersion)Methods in com.microsoft.azure.toolkit.lib.appservice.model that return types with arguments of type Runtime Modifier and Type Method Description static List<Runtime>Runtime. values() -
Uses of Runtime in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task that return Runtime Modifier and Type Method Description private RuntimeCreateOrUpdateFunctionAppTask. getRuntime(RuntimeConfig runtime)private RuntimeCreateOrUpdateWebAppTask. getRuntime(RuntimeConfig runtime) -
Uses of Runtime in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return Runtime Modifier and Type Method Description static RuntimeAppServiceUtils. getRuntimeFromAppService(com.azure.resourcemanager.appservice.models.WebAppBase webAppBase)private static RuntimeAppServiceUtils. getRuntimeFromLinuxAppService(com.azure.resourcemanager.appservice.models.WebAppBase webAppBase)private static RuntimeAppServiceUtils. getRuntimeFromLinuxFunctionApp(String linuxFxVersion)private static RuntimeAppServiceUtils. getRuntimeFromWindowsAppService(com.azure.resourcemanager.appservice.models.WebAppBase webAppBase)Methods in com.microsoft.azure.toolkit.lib.appservice.utils with parameters of type Runtime Modifier and Type Method Description (package private) static com.azure.resourcemanager.appservice.models.RuntimeStackAppServiceUtils. getRuntimeStackForJavaSERuntime(Runtime runtime)static com.azure.resourcemanager.appservice.models.FunctionRuntimeStackAppServiceUtils. toFunctionRuntimeStack(Runtime runtime, String functionExtensionVersion)static com.azure.resourcemanager.appservice.models.RuntimeStackAppServiceUtils. toRuntimeStack(Runtime runtime)static com.azure.resourcemanager.appservice.models.WebContainerAppServiceUtils. toWebContainer(Runtime runtime) -
Uses of Runtime in com.microsoft.azure.toolkit.lib.appservice.webapp
Fields in com.microsoft.azure.toolkit.lib.appservice.webapp declared as Runtime Modifier and Type Field Description static RuntimeWebAppDraft. DEFAULT_RUNTIMEprivate RuntimeWebAppDeploymentSlotDraft.Config. runtimeprivate RuntimeWebAppDraft.Config. runtimeMethods in com.microsoft.azure.toolkit.lib.appservice.webapp that return Runtime Modifier and Type Method Description RuntimeWebAppDeploymentSlotDraft. getRuntime()RuntimeWebAppDraft. getRuntime()Methods in com.microsoft.azure.toolkit.lib.appservice.webapp that return types with arguments of type Runtime Modifier and Type Method Description List<Runtime>AzureWebApp. listWebAppRuntimes(OperatingSystem os, JavaVersion version)Methods in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type Runtime Modifier and Type Method Description voidWebAppDeploymentSlotDraft. setRuntime(Runtime runtime)voidWebAppDraft. setRuntime(Runtime runtime)private voidWebAppDeploymentSlotDraft. updateRuntime(com.azure.resourcemanager.appservice.models.DeploymentSlotBase.Update<?> update, Runtime newRuntime)private voidWebAppDraft. updateRuntime(com.azure.resourcemanager.appservice.models.WebApp.Update update, Runtime newRuntime)
-