DataFlowComputeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. synapse. models. DataFlowComputeType
- com.
- com.
public final class DataFlowComputeType
extends ExpandableStringEnum<DataFlowComputeType>
Compute type of the cluster which will execute data flow job.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Data |
COMPUTE_OPTIMIZED
Static value Compute |
|
static final
Data |
GENERAL
Static value General for Data |
|
static final
Data |
MEMORY_OPTIMIZED
Static value Memory |
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowComputeType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromString(String name)
Creates or finds a Data |
|
static
Collection<Data |
values()
Gets known Data |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMPUTE_OPTIMIZED
public static final DataFlowComputeType COMPUTE_OPTIMIZED
Static value ComputeOptimized for DataFlowComputeType.
GENERAL
public static final DataFlowComputeType GENERAL
Static value General for DataFlowComputeType.
MEMORY_OPTIMIZED
public static final DataFlowComputeType MEMORY_OPTIMIZED
Static value MemoryOptimized for DataFlowComputeType.
Constructor Details
DataFlowComputeType
@Deprecated
public DataFlowComputeType()
Deprecated
Creates a new instance of DataFlowComputeType value.
Method Details
fromString
public static DataFlowComputeType fromString(String name)
Creates or finds a DataFlowComputeType from its string representation.
Parameters:
Returns:
values
public static Collection<DataFlowComputeType> values()
Gets known DataFlowComputeType values.
Returns: