Uses of Class
com.azure.resourcemanager.compute.models.OperatingSystemType
-
Packages that use OperatingSystemType Package Description com.azure.resourcemanager.compute.models 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 OperatingSystemType Modifier and Type Field Description static OperatingSystemTypeOperatingSystemType. LINUXStatic value Linux for OperatingSystemType.static OperatingSystemTypeOperatingSystemType. WINDOWSStatic value Windows for OperatingSystemType.Methods in com.azure.resourcemanager.compute.models that return OperatingSystemType Modifier and Type Method Description static OperatingSystemTypeOperatingSystemType. fromString(String name)Creates or finds a OperatingSystemType from its string representation.OperatingSystemTypeRestorePointSourceVmosDisk. osType()Get the osType property: Gets the Operating System type.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OperatingSystemType Modifier and Type Method Description static Collection<OperatingSystemType>OperatingSystemType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type OperatingSystemType Modifier and Type Method Description RestorePointSourceVmosDiskRestorePointSourceVmosDisk. withOsType(OperatingSystemType osType)Set the osType property: Gets the Operating System type.
-