OperationalInsightsTablePlan.Implicit Operator

Definition

Overloads

Implicit(String to OperationalInsightsTablePlan)

Source:
OperationalInsightsTablePlan.cs
Source:
OperationalInsightsTablePlan.cs

Converts a string to a OperationalInsightsTablePlan.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<OperationalInsightsTablePlan>)

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

Parameters

value
String

Returns

Applies to