Class VMPriceOSType


  • public final class VMPriceOSType
    extends com.azure.core.util.ExpandableStringEnum<VMPriceOSType>
    Defines values for VMPriceOSType.
    • Field Detail

      • LINUX

        public static final VMPriceOSType LINUX
        Static value Linux for VMPriceOSType.
      • WINDOWS

        public static final VMPriceOSType WINDOWS
        Static value Windows for VMPriceOSType.
    • Constructor Detail

      • VMPriceOSType

        public VMPriceOSType()
    • Method Detail

      • fromString

        public static VMPriceOSType fromString​(String name)
        Creates or finds a VMPriceOSType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding VMPriceOSType.
      • values

        public static Collection<VMPriceOSType> values()
        Gets known VMPriceOSType values.
        Returns:
        known VMPriceOSType values.