Share via


JobInputType.Implicit Operator

Definition

Overloads

Implicit(JobInputType to String)

Implicit operator to convert JobInputType to string

Implicit(String to JobInputType)

Implicit operator to convert string to JobInputType

Implicit(JobInputType to String)

Implicit operator to convert JobInputType to string

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

Parameters

e
JobInputType

the value to convert to an instance of JobInputType.

Returns

Applies to

Implicit(String to JobInputType)

Implicit operator to convert string to JobInputType

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

Parameters

value
String

the value to convert to an instance of JobInputType.

Returns

Applies to