Uses of Enum
com.azure.resourcemanager.appservice.models.OperatingSystem
Packages that use OperatingSystem
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of OperatingSystem in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OperatingSystemModifier and TypeMethodDescriptionstatic OperatingSystemOperatingSystem.fromString(String value) Parses a serialized value to a AppServiceOperatingSystem instance.AppServicePlan.operatingSystem()Gets the operating system the web app is running on.WebSiteBase.operatingSystem()Gets the operating system the web app is running on.static OperatingSystemReturns 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.azure.resourcemanager.appservice.models with parameters of type OperatingSystemModifier and TypeMethodDescriptionAppServicePlan.DefinitionStages.WithOperatingSystem.withOperatingSystem(OperatingSystem operatingSystem) Specifies the operating system of the app service plan.