Class ComputeType


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

      • AKS

        public static final ComputeType AKS
        Static value AKS for ComputeType.
      • KUBERNETES

        public static final ComputeType KUBERNETES
        Static value Kubernetes for ComputeType.
      • AML_COMPUTE

        public static final ComputeType AML_COMPUTE
        Static value AmlCompute for ComputeType.
      • COMPUTE_INSTANCE

        public static final ComputeType COMPUTE_INSTANCE
        Static value ComputeInstance for ComputeType.
      • DATA_FACTORY

        public static final ComputeType DATA_FACTORY
        Static value DataFactory for ComputeType.
      • VIRTUAL_MACHINE

        public static final ComputeType VIRTUAL_MACHINE
        Static value VirtualMachine for ComputeType.
      • HDINSIGHT

        public static final ComputeType HDINSIGHT
        Static value HDInsight for ComputeType.
      • DATABRICKS

        public static final ComputeType DATABRICKS
        Static value Databricks for ComputeType.
      • DATA_LAKE_ANALYTICS

        public static final ComputeType DATA_LAKE_ANALYTICS
        Static value DataLakeAnalytics for ComputeType.
      • SYNAPSE_SPARK

        public static final ComputeType SYNAPSE_SPARK
        Static value SynapseSpark for ComputeType.
    • Constructor Detail

      • ComputeType

        public ComputeType()
    • Method Detail

      • fromString

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

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