VNetSolutionType.Implicit Operator

Definition

Overloads

Implicit(VNetSolutionType to String)

Implicit operator to convert VNetSolutionType to string

Implicit(String to VNetSolutionType)

Implicit operator to convert string to VNetSolutionType

Implicit(VNetSolutionType to String)

Implicit operator to convert VNetSolutionType to string

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

Parameters

e
VNetSolutionType

the value to convert to an instance of VNetSolutionType.

Returns

Applies to

Implicit(String to VNetSolutionType)

Implicit operator to convert string to VNetSolutionType

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

Parameters

value
String

the value to convert to an instance of VNetSolutionType.

Returns

Applies to