DataflowEndpointType 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.
DataflowEndpoint Type properties.
public readonly struct DataflowEndpointType : IEquatable<Azure.ResourceManager.IotOperations.Models.DataflowEndpointType>
type DataflowEndpointType = struct
Public Structure DataflowEndpointType
Implements IEquatable(Of DataflowEndpointType)
- Inheritance
-
DataflowEndpointType
- Implements
Constructors
DataflowEndpointType(String) |
Initializes a new instance of DataflowEndpointType. |
Properties
DataExplorer |
Azure Data Explorer Type. |
DataLakeStorage |
Azure Data Lake Type. |
FabricOneLake |
Microsoft Fabric Type. |
Kafka |
Kafka Type. |
LocalStorage |
Local Storage Type. |
Mqtt |
Broker Type. |
Methods
Equals(DataflowEndpointType) |
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(DataflowEndpointType, DataflowEndpointType) |
Determines if two DataflowEndpointType values are the same. |
Implicit(String to DataflowEndpointType) |
Converts a String to a DataflowEndpointType. |
Inequality(DataflowEndpointType, DataflowEndpointType) |
Determines if two DataflowEndpointType values are not the same. |
Applies to
Azure SDK for .NET