Class OfferType


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

      • VIRTUALMACHINE

        public static final OfferType VIRTUALMACHINE
        Static value virtualmachine for OfferType.
    • Constructor Detail

      • OfferType

        public OfferType()
    • Method Detail

      • fromString

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