Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.OperatingSystem
-
-
Uses of OperatingSystem in com.microsoft.azure.toolkit.lib.appservice.config
Fields in com.microsoft.azure.toolkit.lib.appservice.config declared as OperatingSystem Modifier and Type Field Description private OperatingSystemAppServicePlanConfig. osprivate OperatingSystemRuntimeConfig. os -
Uses of OperatingSystem in com.microsoft.azure.toolkit.lib.appservice.function
Methods in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type OperatingSystem Modifier and Type Method Description List<Runtime>AzureFunctions. listFunctionAppRuntimes(OperatingSystem os, JavaVersion version) -
Uses of OperatingSystem in com.microsoft.azure.toolkit.lib.appservice.model
Fields in com.microsoft.azure.toolkit.lib.appservice.model declared as OperatingSystem Modifier and Type Field Description private OperatingSystemRuntime. operatingSystemMethods in com.microsoft.azure.toolkit.lib.appservice.model that return OperatingSystem Modifier and Type Method Description static OperatingSystemOperatingSystem. fromString(String value)static OperatingSystemOperatingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingSystem[]OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.toolkit.lib.appservice.model with parameters of type OperatingSystem Modifier and Type Method Description static RuntimeRuntime. getRuntime(OperatingSystem operatingSystem, WebContainer webContainer, JavaVersion javaVersion) -
Uses of OperatingSystem in com.microsoft.azure.toolkit.lib.appservice.plan
Fields in com.microsoft.azure.toolkit.lib.appservice.plan declared as OperatingSystem Modifier and Type Field Description private OperatingSystemAppServicePlanDraft.Config. operatingSystemMethods in com.microsoft.azure.toolkit.lib.appservice.plan that return OperatingSystem Modifier and Type Method Description OperatingSystemAppServicePlan. getOperatingSystem()OperatingSystemAppServicePlanDraft. getOperatingSystem()Methods in com.microsoft.azure.toolkit.lib.appservice.plan with parameters of type OperatingSystem Modifier and Type Method Description private com.azure.resourcemanager.appservice.models.OperatingSystemAppServicePlanDraft. convertOS(OperatingSystem operatingSystem)AppServicePlanDraftAppServicePlanDraft. setOperatingSystem(OperatingSystem os) -
Uses of OperatingSystem in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return OperatingSystem Modifier and Type Method Description (package private) static OperatingSystemAppServiceUtils. fromOperatingSystem(com.azure.resourcemanager.appservice.models.OperatingSystem operatingSystem) -
Uses of OperatingSystem in com.microsoft.azure.toolkit.lib.appservice.webapp
Methods in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type OperatingSystem Modifier and Type Method Description List<Runtime>AzureWebApp. listWebAppRuntimes(OperatingSystem os, JavaVersion version) -
Uses of OperatingSystem in com.microsoft.azure.toolkit.lib.legacy.appservice
Methods in com.microsoft.azure.toolkit.lib.legacy.appservice with parameters of type OperatingSystem Modifier and Type Method Description static List<PricingTier>AppServiceUtils. getAvailablePricingTiers(OperatingSystem operatingSystem)
-