PeeringLocationsDirectPeeringType.Implicit Operator

Definition

Overloads

Implicit(String to PeeringLocationsDirectPeeringType)

Source:
PeeringLocationsDirectPeeringType.cs
Source:
PeeringLocationsDirectPeeringType.cs

Converts a string to a PeeringLocationsDirectPeeringType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PeeringLocationsDirectPeeringType>)

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

Parameters

value
String

Returns

Applies to