Share via


ServerPortOperator.Implicit Operator

Definition

Overloads

Implicit(ServerPortOperator to String)

Implicit operator to convert ServerPortOperator to string

Implicit(String to ServerPortOperator)

Implicit operator to convert string to ServerPortOperator

Implicit(ServerPortOperator to String)

Implicit operator to convert ServerPortOperator to string

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

Parameters

e
ServerPortOperator

the value to convert to an instance of ServerPortOperator.

Returns

Applies to

Implicit(String to ServerPortOperator)

Implicit operator to convert string to ServerPortOperator

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

Parameters

value
String

the value to convert to an instance of ServerPortOperator.

Returns

Applies to