Lingua

MachineLearningMountState.Implicit Operator

Definition

Overloads

Implicit(String to MachineLearningMountState)

Source:
MachineLearningMountState.cs
Source:
MachineLearningMountState.cs

Converts a string to a MachineLearningMountState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MachineLearningMountState>)

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

Parameters

value
String

Returns

Applies to