Share via


DevBoxOperationKind.Implicit Operator

Definition

Overloads

Implicit(DevBoxOperationKind to String)

Implicit operator to convert DevBoxOperationKind to string

Implicit(String to DevBoxOperationKind)

Implicit operator to convert string to DevBoxOperationKind

Implicit(DevBoxOperationKind to String)

Implicit operator to convert DevBoxOperationKind to string

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

Parameters

e
DevBoxOperationKind

the value to convert to an instance of DevBoxOperationKind.

Returns

Applies to

Implicit(String to DevBoxOperationKind)

Implicit operator to convert string to DevBoxOperationKind

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

Parameters

value
String

the value to convert to an instance of DevBoxOperationKind.

Returns

Applies to