Delen via


InputDeliveryMode.Implicit Operator

Definition

Overloads

Implicit(InputDeliveryMode to String)

Implicit operator to convert InputDeliveryMode to string

Implicit(String to InputDeliveryMode)

Implicit operator to convert string to InputDeliveryMode

Implicit(InputDeliveryMode to String)

Implicit operator to convert InputDeliveryMode to string

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

Parameters

e
InputDeliveryMode

the value to convert to an instance of InputDeliveryMode.

Returns

Applies to

Implicit(String to InputDeliveryMode)

Implicit operator to convert string to InputDeliveryMode

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

Parameters

value
String

the value to convert to an instance of InputDeliveryMode.

Returns

Applies to