CustomerResolutionCode.Implicit Operator

Definition

Overloads

Implicit(CustomerResolutionCode to String)

Implicit operator to convert CustomerResolutionCode to string

Implicit(String to CustomerResolutionCode)

Implicit operator to convert string to CustomerResolutionCode

Implicit(CustomerResolutionCode to String)

Implicit operator to convert CustomerResolutionCode to string

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

Parameters

e
CustomerResolutionCode

the value to convert to an instance of CustomerResolutionCode.

Returns

Applies to

Implicit(String to CustomerResolutionCode)

Implicit operator to convert string to CustomerResolutionCode

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

Parameters

value
String

the value to convert to an instance of CustomerResolutionCode.

Returns

Applies to