KubernetesPluginType.Implicit Operator

Definition

Overloads

Implicit(KubernetesPluginType to String)

Implicit operator to convert KubernetesPluginType to string

Implicit(String to KubernetesPluginType)

Implicit operator to convert string to KubernetesPluginType

Implicit(KubernetesPluginType to String)

Implicit operator to convert KubernetesPluginType to string

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

Parameters

e
KubernetesPluginType

the value to convert to an instance of KubernetesPluginType.

Returns

Applies to

Implicit(String to KubernetesPluginType)

Implicit operator to convert string to KubernetesPluginType

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

Parameters

value
String

the value to convert to an instance of KubernetesPluginType.

Returns

Applies to