次の方法で共有


DataflowMappingType Struct

Definition

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