MapsKeyType.Implicit Operator

Definition

Overloads

Implicit(String to MapsKeyType)

Source:
MapsKeyType.cs
Source:
MapsKeyType.cs

Converts a string to a MapsKeyType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MapsKeyType>)

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

Parameters

value
String

Returns

Applies to