DataflowOperationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dataflow Operation Type properties.
public readonly struct DataflowOperationType : IEquatable<Azure.ResourceManager.IotOperations.Models.DataflowOperationType>
type DataflowOperationType = struct
Public Structure DataflowOperationType
Implements IEquatable(Of DataflowOperationType)
- Inheritance
-
DataflowOperationType
- Implements
Constructors
DataflowOperationType(String) |
Initializes a new instance of DataflowOperationType. |
Properties
BuiltInTransformation |
Dataflow BuiltIn Transformation Operation. |
Destination |
Dataflow Destination Operation. |
Source |
Dataflow Source Operation. |
Methods
Equals(DataflowOperationType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataflowOperationType, DataflowOperationType) |
Determines if two DataflowOperationType values are the same. |
Implicit(String to DataflowOperationType) |
Converts a String to a DataflowOperationType. |
Inequality(DataflowOperationType, DataflowOperationType) |
Determines if two DataflowOperationType values are not the same. |
Applies to
Azure SDK for .NET