Lingua

MountMode.Implicit Operator

Definition

Overloads

Implicit(String to MountMode)

Source:
MountMode.cs

Converts a string to a MountMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MountMode>)

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

Parameters

value
String

Returns

Applies to