Sdílet prostřednictvím


IotHubDataFormat.Implicit Operator

Definition

Overloads

Implicit(IotHubDataFormat to String)

Implicit operator to convert IotHubDataFormat to string

Implicit(String to IotHubDataFormat)

Implicit operator to convert string to IotHubDataFormat

Implicit(IotHubDataFormat to String)

Implicit operator to convert IotHubDataFormat to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat -> string
Public Shared Widening Operator CType (e As IotHubDataFormat) As String

Parameters

e
IotHubDataFormat

the value to convert to an instance of IotHubDataFormat.

Returns

Applies to

Implicit(String to IotHubDataFormat)

Implicit operator to convert string to IotHubDataFormat

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat
Public Shared Widening Operator CType (value As String) As IotHubDataFormat

Parameters

value
String

the value to convert to an instance of IotHubDataFormat.

Returns

Applies to