Compartilhar via


RouteType.Implicit Operator

Definition

Overloads

Implicit(RouteType to String)

Implicit operator to convert RouteType to string

Implicit(String to RouteType)

Implicit operator to convert string to RouteType

Implicit(RouteType to String)

Implicit operator to convert RouteType to string

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

Parameters

e
RouteType

the value to convert to an instance of RouteType.

Returns

Applies to

Implicit(String to RouteType)

Implicit operator to convert string to RouteType

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

Parameters

value
String

the value to convert to an instance of RouteType.

Returns

Applies to