Condividi tramite


UpgradeChannel.Implicit Operator

Definition

Overloads

Implicit(UpgradeChannel to String)

Implicit operator to convert UpgradeChannel to string

Implicit(String to UpgradeChannel)

Implicit operator to convert string to UpgradeChannel

Implicit(UpgradeChannel to String)

Implicit operator to convert UpgradeChannel to string

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

Parameters

e
UpgradeChannel

the value to convert to an instance of UpgradeChannel.

Returns

Applies to

Implicit(String to UpgradeChannel)

Implicit operator to convert string to UpgradeChannel

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

Parameters

value
String

the value to convert to an instance of UpgradeChannel.

Returns

Applies to