Share via


Bypass.Implicit Operator

Definition

Overloads

Implicit(Bypass to String)

Implicit operator to convert Bypass to string

Implicit(String to Bypass)

Implicit operator to convert string to Bypass

Implicit(Bypass to String)

Implicit operator to convert Bypass to string

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

Parameters

e
Bypass

the value to convert to an instance of Bypass.

Returns

Applies to

Implicit(String to Bypass)

Implicit operator to convert string to Bypass

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

Parameters

value
String

the value to convert to an instance of Bypass.

Returns

Applies to