HDInsightRoleName.Implicit Operator

Definition

Overloads

Implicit(String to HDInsightRoleName)

Source:
HDInsightRoleName.cs
Source:
HDInsightRoleName.cs

Converts a string to a HDInsightRoleName.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<HDInsightRoleName>)

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

Parameters

value
String

Returns

Applies to