AllowType.Implicit Operator

Definition

Overloads

Implicit(AllowType to String)

Implicit operator to convert AllowType to string

Implicit(String to AllowType)

Implicit operator to convert string to AllowType

Implicit(AllowType to String)

Implicit operator to convert AllowType to string

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

Parameters

e
AllowType

the value to convert to an instance of AllowType.

Returns

Applies to

Implicit(String to AllowType)

Implicit operator to convert string to AllowType

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

Parameters

value
String

the value to convert to an instance of AllowType.

Returns

Applies to