Delen via


PeeringLocationsKind.Implicit Operator

Definition

Overloads

Implicit(PeeringLocationsKind to String)

Implicit operator to convert PeeringLocationsKind to string

Implicit(String to PeeringLocationsKind)

Implicit operator to convert string to PeeringLocationsKind

Implicit(PeeringLocationsKind to String)

Implicit operator to convert PeeringLocationsKind to string

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

Parameters

e
PeeringLocationsKind

the value to convert to an instance of PeeringLocationsKind.

Returns

Applies to

Implicit(String to PeeringLocationsKind)

Implicit operator to convert string to PeeringLocationsKind

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

Parameters

value
String

the value to convert to an instance of PeeringLocationsKind.

Returns

Applies to