Lingua

MachineLearningOSType.Implicit Operator

Definition

Overloads

Implicit(String to MachineLearningOSType)

Source:
MachineLearningOSType.cs
Source:
MachineLearningOSType.cs

Converts a string to a MachineLearningOSType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MachineLearningOSType>)

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

Parameters

value
String

Returns

Applies to