JobDeliveryType.Implicit Operator

Definition

Overloads

Implicit(JobDeliveryType to String)

Implicit operator to convert JobDeliveryType to string

Implicit(String to JobDeliveryType)

Implicit operator to convert string to JobDeliveryType

Implicit(JobDeliveryType to String)

Implicit operator to convert JobDeliveryType to string

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

Parameters

e
JobDeliveryType

the value to convert to an instance of JobDeliveryType.

Returns

Applies to

Implicit(String to JobDeliveryType)

Implicit operator to convert string to JobDeliveryType

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

Parameters

value
String

the value to convert to an instance of JobDeliveryType.

Returns

Applies to