DataflowSourceSerializationFormat.Implicit Operator

Definition

Overloads

Implicit(String to DataflowSourceSerializationFormat)

Source:
DataflowSourceSerializationFormat.cs
Source:
DataflowSourceSerializationFormat.cs

Converts a string to a DataflowSourceSerializationFormat.

public static implicit operator Azure.ResourceManager.IotOperations.Models.DataflowSourceSerializationFormat(string value);
static member op_Implicit : string -> Azure.ResourceManager.IotOperations.Models.DataflowSourceSerializationFormat
Public Shared Widening Operator CType (value As String) As DataflowSourceSerializationFormat

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataflowSourceSerializationFormat>)

Source:
DataflowSourceSerializationFormat.cs
public static implicit operator Azure.ResourceManager.IotOperations.Models.DataflowSourceSerializationFormat?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.IotOperations.Models.DataflowSourceSerializationFormat>
Public Shared Widening Operator CType (value As String) As Nullable(Of DataflowSourceSerializationFormat)

Parameters

value
String

Returns

Applies to