UnauthenticatedClientActionV2.Implicit Operator

Definition

Overloads

Implicit(UnauthenticatedClientActionV2 to String)

Implicit operator to convert UnauthenticatedClientActionV2 to string

Implicit(String to UnauthenticatedClientActionV2)

Implicit operator to convert string to UnauthenticatedClientActionV2

Implicit(UnauthenticatedClientActionV2 to String)

Implicit operator to convert UnauthenticatedClientActionV2 to string

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

Parameters

e
UnauthenticatedClientActionV2

the value to convert to an instance of UnauthenticatedClientActionV2.

Returns

Applies to

Implicit(String to UnauthenticatedClientActionV2)

Implicit operator to convert string to UnauthenticatedClientActionV2

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

Parameters

value
String

the value to convert to an instance of UnauthenticatedClientActionV2.

Returns

Applies to