DataflowMappingType 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 type mapping properties.
public readonly struct DataflowMappingType : IEquatable<Azure.ResourceManager.IotOperations.Models.DataflowMappingType>
type DataflowMappingType = struct
Public Structure DataflowMappingType
Implements IEquatable(Of DataflowMappingType)
- Inheritance
-
DataflowMappingType
- Implements
Constructors
DataflowMappingType(String) |
Initializes a new instance of DataflowMappingType. |
Properties
BuiltInFunction |
Built in function type. |
Compute |
Compute type. |
NewProperties |
New Properties type. |
PassThrough |
Pass-through type. |
Rename |
Rename type. |
Methods
Equals(DataflowMappingType) |
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(DataflowMappingType, DataflowMappingType) |
Determines if two DataflowMappingType values are the same. |
Implicit(String to DataflowMappingType) |
Converts a String to a DataflowMappingType. |
Inequality(DataflowMappingType, DataflowMappingType) |
Determines if two DataflowMappingType values are not the same. |
Applies to
Azure SDK for .NET