Class PricingModelType


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

      • ON_DEMAND

        public static final PricingModelType ON_DEMAND
        Static value On Demand for PricingModelType.
      • RESERVATION

        public static final PricingModelType RESERVATION
        Static value Reservation for PricingModelType.
      • SPOT

        public static final PricingModelType SPOT
        Static value Spot for PricingModelType.
    • Constructor Detail

      • PricingModelType

        public PricingModelType()
    • Method Detail

      • fromString

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