ภาษา

MachineLearningAllocationState.Implicit Operator

Definition

Overloads

Implicit(String to MachineLearningAllocationState)

Source:
MachineLearningAllocationState.cs
Source:
MachineLearningAllocationState.cs

Converts a string to a MachineLearningAllocationState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MachineLearningAllocationState>)

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

Parameters

value
String

Returns

Applies to