Share via


AuthenticationMethod.Implicit(String to AuthenticationMethod) Operator

Definition

Converts a string to a AuthenticationMethod.

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

Parameters

value
String

Returns

Applies to