Class EngineType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EngineType>
com.azure.resourcemanager.kusto.models.EngineType

public final class EngineType extends com.azure.core.util.ExpandableStringEnum<EngineType>
The engine type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EngineType
    Static value V2 for EngineType.
    static final EngineType
    Static value V3 for EngineType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static EngineType
    Creates or finds a EngineType from its string representation.
    Gets known EngineType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • V2

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

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

    • EngineType

      public EngineType()
  • Method Details

    • 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.
    • values

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