Share via


DataflowSourceSerializationFormat Struct

Definition

Serialization Format properties.

public readonly struct DataflowSourceSerializationFormat : IEquatable<Azure.ResourceManager.IotOperations.Models.DataflowSourceSerializationFormat>
type DataflowSourceSerializationFormat = struct
Public Structure DataflowSourceSerializationFormat
Implements IEquatable(Of DataflowSourceSerializationFormat)
Inheritance
DataflowSourceSerializationFormat
Implements

Constructors

DataflowSourceSerializationFormat(String)

Initializes a new instance of DataflowSourceSerializationFormat.

Properties

Json

JSON Format.

Methods

Equals(DataflowSourceSerializationFormat)

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(DataflowSourceSerializationFormat, DataflowSourceSerializationFormat)

Determines if two DataflowSourceSerializationFormat values are the same.

Implicit(String to DataflowSourceSerializationFormat)

Converts a String to a DataflowSourceSerializationFormat.

Inequality(DataflowSourceSerializationFormat, DataflowSourceSerializationFormat)

Determines if two DataflowSourceSerializationFormat values are not the same.

Applies to