Uses of Class
com.azure.resourcemanager.compute.models.OperatingSystemType
Packages that use OperatingSystemType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of OperatingSystemType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as OperatingSystemTypeModifier and TypeFieldDescriptionstatic final OperatingSystemTypeOperatingSystemType.LINUXStatic value Linux for OperatingSystemType.static final OperatingSystemTypeOperatingSystemType.WINDOWSStatic value Windows for OperatingSystemType.Methods in com.azure.resourcemanager.compute.models that return OperatingSystemTypeModifier and TypeMethodDescriptionstatic OperatingSystemTypeOperatingSystemType.fromString(String name) Creates or finds a OperatingSystemType from its string representation.RestorePointSourceVmosDisk.osType()Get the osType property: Gets the Operating System type.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OperatingSystemTypeModifier and TypeMethodDescriptionstatic Collection<OperatingSystemType>OperatingSystemType.values()Gets known OperatingSystemType values.