FlowType.Implicit Operator

Definition

Overloads

Implicit(FlowType to String)

Implicit operator to convert FlowType to string

Implicit(String to FlowType)

Implicit operator to convert string to FlowType

Implicit(FlowType to String)

Implicit operator to convert FlowType to string

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

Parameters

e
FlowType

the value to convert to an instance of FlowType.

Returns

Applies to

Implicit(String to FlowType)

Implicit operator to convert string to FlowType

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

Parameters

value
String

the value to convert to an instance of FlowType.

Returns

Applies to