ภาษา

JobInputType.Implicit Operator

Definition

Overloads

Implicit(String to JobInputType)

Source:
JobInputType.cs
Source:
JobInputType.cs

Converts a string to a JobInputType.

public static implicit operator Azure.ResourceManager.MachineLearning.Models.JobInputType(string value);
static member op_Implicit : string -> Azure.ResourceManager.MachineLearning.Models.JobInputType
Public Shared Widening Operator CType (value As String) As JobInputType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<JobInputType>)

Source:
JobInputType.cs
public static implicit operator Azure.ResourceManager.MachineLearning.Models.JobInputType?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.MachineLearning.Models.JobInputType>
Public Shared Widening Operator CType (value As String) As Nullable(Of JobInputType)

Parameters

value
String

Returns

Applies to