HDInsightDayOfWeek.Implicit Operator

Definition

Overloads

Implicit(String to HDInsightDayOfWeek)

Source:
HDInsightDayOfWeek.cs
Source:
HDInsightDayOfWeek.cs

Converts a string to a HDInsightDayOfWeek.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<HDInsightDayOfWeek>)

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

Parameters

value
String

Returns

Applies to