HDInsightOSType.Implicit Operator

Definition

Overloads

Implicit(String to HDInsightOSType)

Source:
HDInsightOSType.cs
Source:
HDInsightOSType.cs

Converts a string to a HDInsightOSType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<HDInsightOSType>)

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

Parameters

value
String

Returns

Applies to