SolutionType.Implicit Operator

Definition

Overloads

Implicit(SolutionType to String)

Implicit operator to convert SolutionType to string

Implicit(String to SolutionType)

Implicit operator to convert string to SolutionType

Implicit(SolutionType to String)

Implicit operator to convert SolutionType to string

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

Parameters

e
SolutionType

the value to convert to an instance of SolutionType.

Returns

Applies to

Implicit(String to SolutionType)

Implicit operator to convert string to SolutionType

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

Parameters

value
String

the value to convert to an instance of SolutionType.

Returns

Applies to