ภาษา

ModelTaskType.Implicit Operator

Definition

Overloads

Implicit(String to ModelTaskType)

Source:
ModelTaskType.cs
Source:
ModelTaskType.cs

Converts a string to a ModelTaskType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ModelTaskType>)

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

Parameters

value
String

Returns

Applies to