OutputDeliveryMode.Implicit Operator

Definition

Overloads

Implicit(OutputDeliveryMode to String)

Implicit operator to convert OutputDeliveryMode to string

Implicit(String to OutputDeliveryMode)

Implicit operator to convert string to OutputDeliveryMode

Implicit(OutputDeliveryMode to String)

Implicit operator to convert OutputDeliveryMode to string

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

Parameters

e
OutputDeliveryMode

the value to convert to an instance of OutputDeliveryMode.

Returns

Applies to

Implicit(String to OutputDeliveryMode)

Implicit operator to convert string to OutputDeliveryMode

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

Parameters

value
String

the value to convert to an instance of OutputDeliveryMode.

Returns

Applies to