Condividi tramite


ClusterNodeType.Implicit Operator

Definition

Overloads

Implicit(ClusterNodeType to String)

Implicit operator to convert ClusterNodeType to string

Implicit(String to ClusterNodeType)

Implicit operator to convert string to ClusterNodeType

Implicit(ClusterNodeType to String)

Implicit operator to convert ClusterNodeType to string

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

Parameters

e
ClusterNodeType

the value to convert to an instance of ClusterNodeType.

Returns

Applies to

Implicit(String to ClusterNodeType)

Implicit operator to convert string to ClusterNodeType

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

Parameters

value
String

the value to convert to an instance of ClusterNodeType.

Returns

Applies to