ภาษา

MachineLearningComputeWeekDay.Implicit Operator

Definition

Overloads

Implicit(String to MachineLearningComputeWeekDay)

Source:
MachineLearningComputeWeekDay.cs

Converts a string to a MachineLearningComputeWeekDay.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MachineLearningComputeWeekDay>)

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

Parameters

value
String

Returns

Applies to