NodeExtensionState.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(NodeExtensionState to String) |
Implicit operator to convert NodeExtensionState to string |
Implicit(String to NodeExtensionState) |
Implicit operator to convert string to NodeExtensionState |
Implicit(NodeExtensionState to String)
Implicit operator to convert NodeExtensionState to string
public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.NodeExtensionState e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.NodeExtensionState -> string
Public Shared Widening Operator CType (e As NodeExtensionState) As String
Parameters
the value to convert to an instance of NodeExtensionState.
Returns
Applies to
Implicit(String to NodeExtensionState)
Implicit operator to convert string to NodeExtensionState
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.NodeExtensionState (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.NodeExtensionState
Public Shared Widening Operator CType (value As String) As NodeExtensionState
Parameters
- value
- String
the value to convert to an instance of NodeExtensionState.