Uses of Class
com.azure.resourcemanager.appservice.models.OperatingSystem
-
Packages that use OperatingSystem Package Description com.azure.resourcemanager.appservice.models 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 OperatingSystem Modifier and Type Method Description static OperatingSystemOperatingSystem. fromString(String value)Parses a serialized value to a AppServiceOperatingSystem instance.OperatingSystemAppServicePlan. operatingSystem()OperatingSystemWebSiteBase. operatingSystem()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.azure.resourcemanager.appservice.models with parameters of type OperatingSystem Modifier and Type Method Description AppServicePlan.DefinitionStages.WithCreateAppServicePlan.DefinitionStages.WithOperatingSystem. withOperatingSystem(OperatingSystem operatingSystem)Specifies the operating system of the app service plan.
-