ภาษา

MachineLearningInputDeliveryMode.Implicit Operator

Definition

Overloads

Implicit(String to MachineLearningInputDeliveryMode)

Source:
MachineLearningInputDeliveryMode.cs
Source:
MachineLearningInputDeliveryMode.cs

Converts a string to a MachineLearningInputDeliveryMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MachineLearningInputDeliveryMode>)

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

Parameters

value
String

Returns

Applies to