MapsIdentityType.Implicit Operator

Definition

Overloads

Implicit(String to MapsIdentityType)

Source:
MapsIdentityType.cs
Source:
MapsIdentityType.cs

Converts a string to a MapsIdentityType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MapsIdentityType>)

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

Parameters

value
String

Returns

Applies to