Freigeben über


TransferType.Implicit Operator

Definition

Overloads

Implicit(TransferType to String)

Implicit operator to convert TransferType to string

Implicit(String to TransferType)

Implicit operator to convert string to TransferType

Implicit(TransferType to String)

Implicit operator to convert TransferType to string

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

Parameters

e
TransferType

the value to convert to an instance of TransferType.

Returns

Applies to

Implicit(String to TransferType)

Implicit operator to convert string to TransferType

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

Parameters

value
String

the value to convert to an instance of TransferType.

Returns

Applies to