Condividi tramite


PduSessionType.Implicit Operator

Definition

Overloads

Implicit(PduSessionType to String)

Implicit operator to convert PduSessionType to string

Implicit(String to PduSessionType)

Implicit operator to convert string to PduSessionType

Implicit(PduSessionType to String)

Implicit operator to convert PduSessionType to string

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

Parameters

e
PduSessionType

the value to convert to an instance of PduSessionType.

Returns

Applies to

Implicit(String to PduSessionType)

Implicit operator to convert string to PduSessionType

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

Parameters

value
String

the value to convert to an instance of PduSessionType.

Returns

Applies to