Share via


DeviceState.Implicit Operator

Definition

Overloads

Implicit(DeviceState to String)

Implicit operator to convert DeviceState to string

Implicit(String to DeviceState)

Implicit operator to convert string to DeviceState

Implicit(DeviceState to String)

Implicit operator to convert DeviceState to string

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

Parameters

e
DeviceState

the value to convert to an instance of DeviceState.

Returns

Applies to

Implicit(String to DeviceState)

Implicit operator to convert string to DeviceState

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

Parameters

value
String

the value to convert to an instance of DeviceState.

Returns

Applies to