DataflowMappingType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. iotoperations. models. DataflowMappingType
- com.
- com.
public final class DataflowMappingType
extends ExpandableStringEnum<DataflowMappingType>
Dataflow type mapping properties.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Dataflow |
BUILT_IN_FUNCTION
Built in function type. |
|
static final
Dataflow |
COMPUTE
Compute type. |
|
static final
Dataflow |
NEW_PROPERTIES
New Properties type. |
|
static final
Dataflow |
PASS_THROUGH
Pass-through type. |
|
static final
Dataflow |
RENAME
Rename type. |
Constructor Summary
| Constructor | Description |
|---|---|
| DataflowMappingType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dataflow |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dataflow |
fromString(String name)
Creates or finds a Dataflow |
|
static
Collection<Dataflow |
values()
Gets known Dataflow |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BUILT_IN_FUNCTION
public static final DataflowMappingType BUILT_IN_FUNCTION
Built in function type.
COMPUTE
public static final DataflowMappingType COMPUTE
Compute type.
NEW_PROPERTIES
public static final DataflowMappingType NEW_PROPERTIES
New Properties type.
PASS_THROUGH
public static final DataflowMappingType PASS_THROUGH
Pass-through type.
RENAME
public static final DataflowMappingType RENAME
Rename type.
Constructor Details
DataflowMappingType
@Deprecated
public DataflowMappingType()
Deprecated
Creates a new instance of DataflowMappingType value.
Method Details
fromString
public static DataflowMappingType fromString(String name)
Creates or finds a DataflowMappingType from its string representation.
Parameters:
Returns:
values
public static Collection<DataflowMappingType> values()
Gets known DataflowMappingType values.
Returns: