ProtocolType.Implicit Operator

Definition

Overloads

Implicit(ProtocolType to String)

Implicit operator to convert ProtocolType to string

Implicit(String to ProtocolType)

Implicit operator to convert string to ProtocolType

Implicit(ProtocolType to String)

Implicit operator to convert ProtocolType to string

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

Parameters

e
ProtocolType

the value to convert to an instance of ProtocolType.

Returns

Applies to

Implicit(String to ProtocolType)

Implicit operator to convert string to ProtocolType

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

Parameters

value
String

the value to convert to an instance of ProtocolType.

Returns

Applies to