Delen via


PeeringLocationsDirectPeeringType.Implicit Operator

Definition

Overloads

Implicit(PeeringLocationsDirectPeeringType to String)

Implicit operator to convert PeeringLocationsDirectPeeringType to string

Implicit(String to PeeringLocationsDirectPeeringType)

Implicit operator to convert string to PeeringLocationsDirectPeeringType

Implicit(PeeringLocationsDirectPeeringType to String)

Implicit operator to convert PeeringLocationsDirectPeeringType to string

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

Parameters

e
PeeringLocationsDirectPeeringType

the value to convert to an instance of PeeringLocationsDirectPeeringType.

Returns

Applies to

Implicit(String to PeeringLocationsDirectPeeringType)

Implicit operator to convert string to PeeringLocationsDirectPeeringType

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

Parameters

value
String

the value to convert to an instance of PeeringLocationsDirectPeeringType.

Returns

Applies to