Sprog

MachineLearningVmPriceOSType.Implicit Operator

Definition

Overloads

Implicit(String to MachineLearningVmPriceOSType)

Source:
MachineLearningVmPriceOSType.cs
Source:
MachineLearningVmPriceOSType.cs

Converts a string to a MachineLearningVmPriceOSType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MachineLearningVmPriceOSType>)

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

Parameters

value
String

Returns

Applies to