EffectiveRouteSource.Implicit Operator

Definition

Overloads

Implicit(String to EffectiveRouteSource)

Source:
EffectiveRouteSource.cs
Source:
EffectiveRouteSource.cs

Converts a string to a EffectiveRouteSource.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<EffectiveRouteSource>)

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

Parameters

value
String

Returns

Applies to