Share via


AuthType.Implicit Operator

Definition

Overloads

Implicit(AuthType to String)

Implicit operator to convert AuthType to string

Implicit(String to AuthType)

Implicit operator to convert string to AuthType

Implicit(AuthType to String)

Implicit operator to convert AuthType to string

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

Parameters

e
AuthType

the value to convert to an instance of AuthType.

Returns

Applies to

Implicit(String to AuthType)

Implicit operator to convert string to AuthType

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

Parameters

value
String

the value to convert to an instance of AuthType.

Returns

Applies to