Class EngineType


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

      • V2

        public static final EngineType V2
        Static value V2 for EngineType.
      • V3

        public static final EngineType V3
        Static value V3 for EngineType.
    • Constructor Detail

      • EngineType

        public EngineType()
    • Method Detail

      • fromString

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