Share via


ManagedPipelineMode.Implicit Operator

Definition

Overloads

Implicit(ManagedPipelineMode to String)

Implicit operator to convert ManagedPipelineMode to string

Implicit(String to ManagedPipelineMode)

Implicit operator to convert string to ManagedPipelineMode

Implicit(ManagedPipelineMode to String)

Implicit operator to convert ManagedPipelineMode to string

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

Parameters

e
ManagedPipelineMode

the value to convert to an instance of ManagedPipelineMode.

Returns

Applies to

Implicit(String to ManagedPipelineMode)

Implicit operator to convert string to ManagedPipelineMode

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

Parameters

value
String

the value to convert to an instance of ManagedPipelineMode.

Returns

Applies to