다음을 통해 공유


AuthenticationMethod.Implicit Operator

Definition

Overloads

Implicit(String to AuthenticationMethod)

Source:
AuthenticationMethod.cs
Source:
AuthenticationMethod.cs

Converts a string to a AuthenticationMethod.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AuthenticationMethod>)

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

Parameters

value
String

Returns

Applies to