Share via


HybridAksPluginType.Implicit Operator

Definition

Overloads

Implicit(HybridAksPluginType to String)

Implicit operator to convert HybridAksPluginType to string

Implicit(String to HybridAksPluginType)

Implicit operator to convert string to HybridAksPluginType

Implicit(HybridAksPluginType to String)

Implicit operator to convert HybridAksPluginType to string

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

Parameters

e
HybridAksPluginType

the value to convert to an instance of HybridAksPluginType.

Returns

Applies to

Implicit(String to HybridAksPluginType)

Implicit operator to convert string to HybridAksPluginType

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

Parameters

value
String

the value to convert to an instance of HybridAksPluginType.

Returns

Applies to