OperationalInsightsTableSubType.Implicit Operator

Definition

Overloads

Implicit(String to OperationalInsightsTableSubType)

Source:
OperationalInsightsTableSubType.cs
Source:
OperationalInsightsTableSubType.cs

Converts a string to a OperationalInsightsTableSubType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<OperationalInsightsTableSubType>)

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

Parameters

value
String

Returns

Applies to