Freigeben über


OutboundType.Implicit Operator

Definition

Overloads

Implicit(OutboundType to String)

Implicit operator to convert OutboundType to string

Implicit(String to OutboundType)

Implicit operator to convert string to OutboundType

Implicit(OutboundType to String)

Implicit operator to convert OutboundType to string

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

Parameters

e
OutboundType

the value to convert to an instance of OutboundType.

Returns

Applies to

Implicit(String to OutboundType)

Implicit operator to convert string to OutboundType

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

Parameters

value
String

the value to convert to an instance of OutboundType.

Returns

Applies to