Share via


UnauthenticatedClientAction.Implicit Operator

Definition

Overloads

Implicit(UnauthenticatedClientAction to String)

Implicit operator to convert UnauthenticatedClientAction to string

Implicit(String to UnauthenticatedClientAction)

Implicit operator to convert string to UnauthenticatedClientAction

Implicit(UnauthenticatedClientAction to String)

Implicit operator to convert UnauthenticatedClientAction to string

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

Parameters

e
UnauthenticatedClientAction

the value to convert to an instance of UnauthenticatedClientAction.

Returns

Applies to

Implicit(String to UnauthenticatedClientAction)

Implicit operator to convert string to UnauthenticatedClientAction

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

Parameters

value
String

the value to convert to an instance of UnauthenticatedClientAction.

Returns

Applies to