Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.JavaVersion
-
-
Uses of JavaVersion in com.microsoft.azure.toolkit.lib.appservice.config
Fields in com.microsoft.azure.toolkit.lib.appservice.config declared as JavaVersion Modifier and Type Field Description private JavaVersionRuntimeConfig. javaVersionMethods in com.microsoft.azure.toolkit.lib.appservice.config with parameters of type JavaVersion Modifier and Type Method Description static AppServiceConfigAppServiceConfig. buildDefaultFunctionConfig(String resourceGroup, String appName, JavaVersion javaVersion)static AppServiceConfigAppServiceConfig. buildDefaultWebAppConfig(String resourceGroup, String appName, String packaging, JavaVersion javaVersion) -
Uses of JavaVersion in com.microsoft.azure.toolkit.lib.appservice.function
Fields in com.microsoft.azure.toolkit.lib.appservice.function declared as JavaVersion Modifier and Type Field Description static JavaVersionFunctionAppDraft. DEFAULT_JAVA_VERSIONMethods in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type JavaVersion Modifier and Type Method Description List<Runtime>AzureFunctions. listFunctionAppRuntimes(OperatingSystem os, JavaVersion version) -
Uses of JavaVersion in com.microsoft.azure.toolkit.lib.appservice.model
Fields in com.microsoft.azure.toolkit.lib.appservice.model declared as JavaVersion Modifier and Type Field Description private static JavaVersionJavaVersion. JAVA_1_7_0_51private static JavaVersionJavaVersion. JAVA_1_7_0_71private static JavaVersionJavaVersion. JAVA_1_7_0_80private static JavaVersionJavaVersion. JAVA_1_8_0_111private static JavaVersionJavaVersion. JAVA_1_8_0_144private static JavaVersionJavaVersion. JAVA_1_8_0_172private static JavaVersionJavaVersion. JAVA_1_8_0_181private static JavaVersionJavaVersion. JAVA_1_8_0_202private static JavaVersionJavaVersion. JAVA_1_8_0_25private static JavaVersionJavaVersion. JAVA_1_8_0_60private static JavaVersionJavaVersion. JAVA_1_8_0_73static JavaVersionJavaVersion. JAVA_11static JavaVersionJavaVersion. JAVA_17static JavaVersionJavaVersion. JAVA_7static JavaVersionJavaVersion. JAVA_8private static JavaVersionJavaVersion. JAVA_ZULU_1_7_0_191private static JavaVersionJavaVersion. JAVA_ZULU_1_8_0_102private static JavaVersionJavaVersion. JAVA_ZULU_1_8_0_172private static JavaVersionJavaVersion. JAVA_ZULU_1_8_0_181private static JavaVersionJavaVersion. JAVA_ZULU_1_8_0_202private static JavaVersionJavaVersion. JAVA_ZULU_1_8_0_92private static JavaVersionJavaVersion. JAVA_ZULU_11_0_2private JavaVersionRuntime. javaVersionstatic JavaVersionJavaVersion. OFFFields in com.microsoft.azure.toolkit.lib.appservice.model with type parameters of type JavaVersion Modifier and Type Field Description private static Set<JavaVersion>JavaVersion. valuesMethods in com.microsoft.azure.toolkit.lib.appservice.model that return JavaVersion Modifier and Type Method Description static JavaVersionJavaVersion. fromString(String input)Methods in com.microsoft.azure.toolkit.lib.appservice.model that return types with arguments of type JavaVersion Modifier and Type Method Description static Set<JavaVersion>JavaVersion. values()Methods in com.microsoft.azure.toolkit.lib.appservice.model with parameters of type JavaVersion Modifier and Type Method Description static RuntimeRuntime. getRuntime(OperatingSystem operatingSystem, WebContainer webContainer, JavaVersion javaVersion) -
Uses of JavaVersion in com.microsoft.azure.toolkit.lib.appservice.task
Fields in com.microsoft.azure.toolkit.lib.appservice.task declared as JavaVersion Modifier and Type Field Description static JavaVersionCreateOrUpdateFunctionAppTask. DEFAULT_FUNCTION_JAVA_VERSION -
Uses of JavaVersion in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils with parameters of type JavaVersion Modifier and Type Method Description static AppServiceConfigAppServiceConfigUtils. buildDefaultFunctionConfig(String subscriptionId, String resourceGroup, String appName, JavaVersion javaVersion)static AppServiceConfigAppServiceConfigUtils. buildDefaultWebAppConfig(String subscriptionId, String resourceGroup, String appName, String packaging, JavaVersion javaVersion)(package private) static StringAppServiceUtils. getJavaVersionValueForContainerRuntimeStack(JavaVersion javaVersion)(package private) static StringAppServiceUtils. getJavaVersionValueForJavaSERuntimeStack(JavaVersion javaVersion)static com.azure.resourcemanager.appservice.models.JavaVersionAppServiceUtils. toJavaVersion(JavaVersion javaVersion) -
Uses of JavaVersion in com.microsoft.azure.toolkit.lib.appservice.webapp
Methods in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type JavaVersion Modifier and Type Method Description List<Runtime>AzureWebApp. listWebAppRuntimes(OperatingSystem os, JavaVersion version)
-