PeeringLocationsKind.Implicit Operator

Definition

Overloads

Implicit(String to PeeringLocationsKind)

Source:
PeeringLocationsKind.cs
Source:
PeeringLocationsKind.cs

Converts a string to a PeeringLocationsKind.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PeeringLocationsKind>)

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

Parameters

value
String

Returns

Applies to